We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e29595 commit 9ecfeb0Copy full SHA for 9ecfeb0
tests/Makefile
@@ -89,7 +89,7 @@ SampleExports.cpp: generate-exports.sh
89
$(RC) $(RCFLAGS) -o $*.res $<
90
91
clean:
92
- $(RM) -rf LoadDll.exe $(TEST_DLLS) $(LOADDLL_OBJ) $(DLL_OBJ)
+ $(RM) -rf LoadDll.exe $(TEST_DLLS) $(LOADDLL_OBJ) $(DLL_OBJ) $(TESTSUITE_OBJ) SampleExports.o
93
94
test: all
95
./runwine.sh $(PLATFORM) TestSuite.exe
0 commit comments