summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e20c8c..87baee7 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ $(PROG): $(OBJS)
$(PROG).o: $(PROG).c hashtbl.h hashfuncs.h
$(CC) -c $(CFLAGS) $(PROG).c
-
+
hashfuncs.o: hashfuncs.c hashfuncs.h
$(CC) -c $(CFLAGS) hashfuncs.c