aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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