fix in make clean
authorJorge Gorbe Moya <jgorbe@dsic.upv.es>
Mon, 30 Jun 2008 15:57:28 +0000 (17:57 +0200)
committerJorge Gorbe Moya <jgorbe@dsic.upv.es>
Mon, 30 Jun 2008 15:57:28 +0000 (17:57 +0200)
Makefile

index e26486330062c82b94728233f414cfa5789eeb9a..0e9f583d0bf8d0dcf0fc92f4fa173836c67f053e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,6 @@ tests/test_core: tests/test_core.cc gbcore.o MBC.o GBMemory.o GBRom.o GBVideo.o
        g++ $(CXXFLAGS) $(LDFLAGS) -o $@ $^
 
 clean:
-       rm -f *.o tests/test_gbrom
+       rm -f *.o tests/test_gbrom tests/test_core
 
 .PHONY: clean tests all