From 8fd64d5e3783607ce31e89c7f4db78528dbe17fa Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Tue, 3 Jun 2014 18:02:36 +0200 Subject: C99 compliant function pointer casting --- test/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 946272e..52128ef 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ TARGET64=x86_64-w64-mingw32 -TARGET32=mingw32 +TARGET32=i686-w64-mingw32 CC64=-$(TARGET64)-gcc CC32=-$(TARGET32)-gcc CFLAGS=-static-libgcc -static-libstdc++ -I.. @@ -25,3 +25,5 @@ layered64_rc.o: layered.rc manifest.xml layered32_rc.o: layered.rc manifest.xml $(WINDRES32) --input layered.rc --output layered32_rc.o +clean: + rm *.o *.exe -- cgit v1.2.3