mirror of
https://github.com/vxcontrol/MemoryModule.git
synced 2026-07-25 00:25:23 -04:00
Remove all object files on clean.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user