aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index f9478eb..a2a5ce2 100644
--- a/Makefile
+++ b/Makefile
@@ -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}