diff options
author | epochqwert <epoch@hacking.allowed.org> | 2016-07-25 07:05:54 +0000 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2016-07-25 07:05:54 +0000 |
commit | 09432da65f5adca6316cf1a37f2c8d61338c8222 (patch) | |
tree | e77ad1d63b0de578496f99b77af936acff394737 | |
parent | cc66e24e2b39726b4cd7623e775eac4b92280a5a (diff) | |
download | libhashtable-09432da65f5adca6316cf1a37f2c8d61338c8222.tar.gz libhashtable-09432da65f5adca6316cf1a37f2c8d61338c8222.zip |
made the Makefile not rebuild every time.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ TARGET=libhashtable.so all: $(TARGET) -$(TARGET): +$(TARGET): libhashtable.c ./genheader.sh $(CC) $(CFLAGS) -o $(TARGET) libhashtable.c |