From ef3ef8e7fb2f163d7c7c5946319b1a5fba650d35 Mon Sep 17 00:00:00 2001 From: Kamil Kaminski Date: Mon, 17 Jan 2011 21:14:35 -0600 Subject: add mingw32 target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3