move work on clean rule
[reactos.git] / reactos / apps / tests / consume / Makefile
index 7bd18dd..f04a5ba 100644 (file)
@@ -10,12 +10,10 @@ CLEAN_FILES = consume.o consume.exe
 
 all: consume.exe
 
-clean: $(CLEAN_FILES:%=%_clean)
+clean: 
+       - $(RM) $(CLEAN_FILES)
 
-$(CLEAN_FILES:%=%_clean): %_clean:
-       - $(RM) $*
-
-.phony: clean $(CLEAN_FILES:%=%_clean)
+.phony: clean 
 
 install: $(PROGS:%=$(FLOPPY_DIR)/apps/%)