From 8dd798ca7966c103ad6af668c6e517e8f3e8aa8d Mon Sep 17 00:00:00 2001 From: Jorge Gorbe Moya Date: Mon, 30 Jun 2008 17:57:28 +0200 Subject: [PATCH] fix in make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1