clean target was removing the wrong file...

This commit is contained in:
Markus Fröschle
2013-05-04 19:26:54 +00:00
parent b1f282ff57
commit fc5309acf0

View File

@@ -30,4 +30,4 @@ test: xhdi_test.c
$(CC) $(CFLAGS) -Wl,-traditional-format xhdi_test.c -o xhditest.prg $(CC) $(CFLAGS) -Wl,-traditional-format xhdi_test.c -o xhditest.prg
.PHONY clean: .PHONY clean:
- rm -rf *.o $(APP) - rm -rf *.o xhditest.prg