Remove all object files on clean.

This commit is contained in:
Joachim Bauch
2018-02-14 20:41:25 +01:00
parent 9e295953a8
commit 9ecfeb025d
+1 -1
View File
@@ -89,7 +89,7 @@ SampleExports.cpp: generate-exports.sh
$(RC) $(RCFLAGS) -o $*.res $<
clean:
$(RM) -rf LoadDll.exe $(TEST_DLLS) $(LOADDLL_OBJ) $(DLL_OBJ)
$(RM) -rf LoadDll.exe $(TEST_DLLS) $(LOADDLL_OBJ) $(DLL_OBJ) $(TESTSUITE_OBJ) SampleExports.o
test: all
./runwine.sh $(PLATFORM) TestSuite.exe