aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 0 insertions, 3 deletions
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)