aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepochqwert <epoch@hacking.allowed.org>2016-07-25 07:05:54 +0000
committerepochqwert <epoch@hacking.allowed.org>2016-07-25 07:05:54 +0000
commit09432da65f5adca6316cf1a37f2c8d61338c8222 (patch)
treee77ad1d63b0de578496f99b77af936acff394737
parentcc66e24e2b39726b4cd7623e775eac4b92280a5a (diff)
downloadlibhashtable-09432da65f5adca6316cf1a37f2c8d61338c8222.tar.gz
libhashtable-09432da65f5adca6316cf1a37f2c8d61338c8222.zip
made the Makefile not rebuild every time.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b41506..d448fa2 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ TARGET=libhashtable.so
all: $(TARGET)
-$(TARGET):
+$(TARGET): libhashtable.c
./genheader.sh
$(CC) $(CFLAGS) -o $(TARGET) libhashtable.c