diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -70,7 +70,11 @@ test: $(TARGETS) test.exe testdll.dll | |||
70 | $(WINE) test.exe | 70 | $(WINE) test.exe |
71 | 71 | ||
72 | clean:: | 72 | clean:: |
73 | rm -f dlfcn.o libdl.dll libdl.a libdl.def libdl.dll.a libdl.lib libdl.exp test.exe testdll.dll | 73 | rm -f \ |
74 | dlfcn.o \ | ||
75 | libdl.dll libdl.a libdl.def libdl.dll.a libdl.lib libdl.exp \ | ||
76 | tmptest.c tmptest.dll \ | ||
77 | test.exe testdll.dll | ||
74 | 78 | ||
75 | distclean: clean | 79 | distclean: clean |
76 | rm -f config.mak | 80 | rm -f config.mak |