diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -14,14 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -#PREFIX = /usr/local -PREFIX = ~ - -APPNAME = hyde -INSTALLDIR = ${PREFIX}/hyde -BINDIR = ${PREFIX}/bin - -SOURCES != find * -type f -name "*.rb" +include config.mk install: mkdir -p ${INSTALLDIR} |