From fc5309acf029bb6967f4162fffdbede0bb80c942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 4 May 2013 19:26:54 +0000 Subject: [PATCH] clean target was removing the wrong file... --- sd-emutos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd-emutos/Makefile b/sd-emutos/Makefile index 09dd123..0b03654 100644 --- a/sd-emutos/Makefile +++ b/sd-emutos/Makefile @@ -30,4 +30,4 @@ test: xhdi_test.c $(CC) $(CFLAGS) -Wl,-traditional-format xhdi_test.c -o xhditest.prg .PHONY clean: - - rm -rf *.o $(APP) \ No newline at end of file + - rm -rf *.o xhditest.prg \ No newline at end of file