aboutsummaryrefslogtreecommitdiff
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 377a0e2..4d11de8 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ testdll.dll: testdll.c
64 $(CC) -shared -o $@ $^ 64 $(CC) -shared -o $@ $^
65 65
66test: $(TARGETS) test.exe testdll.dll 66test: $(TARGETS) test.exe testdll.dll
67 test.exe 67 $(WINE) test.exe
68 68
69clean:: 69clean::
70 rm -f dlfcn.o libdl.dll libdl.a libdl.def libdl.dll.a libdl.lib libdl.exp test.exe testdll.dll 70 rm -f dlfcn.o libdl.dll libdl.a libdl.def libdl.dll.a libdl.lib libdl.exp test.exe testdll.dll