diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ testdll.dll: testdll.c | |||
64 | $(CC) -shared -o $@ $^ | 64 | $(CC) -shared -o $@ $^ |
65 | 65 | ||
66 | test: $(TARGETS) test.exe testdll.dll | 66 | test: $(TARGETS) test.exe testdll.dll |
67 | test.exe | 67 | $(WINE) test.exe |
68 | 68 | ||
69 | clean:: | 69 | clean:: |
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 |