aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ced717c..243fd88 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,9 @@ all : crypt
clean :
rm -f crypt
+crypt : crypt.c crypt.h
+ $(CC) $(CFLAGS) $(LDFLAGS) crypt.c -o $@
+
install : install-bin install-min
install-bin : crypt