mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
added clean rule
svn path=/trunk/; revision=17448
This commit is contained in:
parent
565a32245f
commit
1ad828873f
1 changed files with 5 additions and 0 deletions
|
@ -31,3 +31,8 @@ $(TARGET): $(OBJS)
|
||||||
|
|
||||||
.cpp.o: $<
|
.cpp.o: $<
|
||||||
$(CPP) $(CFLAGS) -c $< -o $@
|
$(CPP) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
clean:
|
||||||
|
-@del $(TARGET)
|
||||||
|
-@del $(OBJS)
|
||||||
|
|
Loading…
Reference in a new issue