mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 01:12:59 +08:00
added clean rule
svn path=/trunk/; revision=17448
This commit is contained in:
@@ -31,3 +31,8 @@ $(TARGET): $(OBJS)
|
||||
|
||||
.cpp.o: $<
|
||||
$(CPP) $(CFLAGS) -c $< -o $@
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
-@del $(TARGET)
|
||||
-@del $(OBJS)
|
||||
|
||||
Reference in New Issue
Block a user