From: Jorge Gorbe Moya Date: Mon, 30 Jun 2008 15:57:28 +0000 (+0200) Subject: fix in make clean X-Git-Tag: v0.1~41 X-Git-Url: http://slack.codemaniacs.com/git/?a=commitdiff_plain;h=8dd798ca7966c103ad6af668c6e517e8f3e8aa8d;p=wenboi.git fix in make clean --- diff --git a/Makefile b/Makefile index e264863..0e9f583 100644 --- 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