home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf4af82
)
Declare "clean" a phony target.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 19 Jun 2013 02:56:47 +0000
(
04:56
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 19 Jun 2013 02:56:47 +0000
(
04:56
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2107e0844173524c8d4cf5cc1ce07a21bbe2e517..3c25ff931f15cd6c730be88506e8cd03f8781249 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-9,5
+9,6
@@
roguelike: $(OBJECTS)
%.o: %.c
$(CC) $(CFLAGS) -c $< -o $@
+.PHONY: clean
clean:
rm $(OBJECTS); rm roguelike