move work on clean rule
[reactos.git] / reactos / apps / tests / hello / makefile
index 13e76ab..561900f 100644 (file)
@@ -10,12 +10,10 @@ CLEAN_FILES = hello.o hello.exe
 
 all: hello.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/%)