From 09432da65f5adca6316cf1a37f2c8d61338c8222 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Mon, 25 Jul 2016 07:05:54 +0000 Subject: made the Makefile not rebuild every time. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3