aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2020-10-21 19:26:03 +0000
committerJoursoir <chat@joursoir.net>2020-10-21 19:26:03 +0000
commit5a8218b13fbe21e4c85a484933ca201b666323ee (patch)
tree2f834cd5eefe529c9e569c0cbafa2c0c653386ed /Makefile
parent8af0737920cceb1d29bbd4ac6cf7b692c1ad1416 (diff)
downloadlock-password-5a8218b13fbe21e4c85a484933ca201b666323ee.tar.gz
lock-password-5a8218b13fbe21e4c85a484933ca201b666323ee.tar.bz2
lock-password-5a8218b13fbe21e4c85a484933ca201b666323ee.zip
fix bug: work outside working dir; refactor
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)