From 5a8218b13fbe21e4c85a484933ca201b666323ee Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 21 Oct 2020 19:26:03 +0000 Subject: fix bug: work outside working dir; refactor --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 775ad74..d4520b3 100755 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -VERSION = 1.01 PREFIX = /usr/local/bin CC = gcc CFLAGS = -Wall -g @@ -21,8 +20,6 @@ $(EXECUTABLE): $(OBJECTS) install: all @echo installing file to $(PREFIX) - #@mkdir -p $(PREFIX) - #@cp -f $(EXECUTABLE) $(PREFIX) @install $(EXECUTABLE) $(PREFIX) @chmod 755 $(PREFIX)/$(EXECUTABLE) -- cgit v1.2.3-18-g5258