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:
9e85c43
)
Fix typo in Makefile comment.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 25 Mar 2014 17:18:02 +0000
(18:18 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 25 Mar 2014 17:18:02 +0000
(18:18 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 063bf2f08562f8afae1b0d15d10664d30ab3baa3..39414e54eb96293a5e945cebffee36da9fafd4e3 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-33,7
+33,7
@@
$(BUILDDIR)/%.o : $(SRCDIR)/%.c
mkdir -p $(@D)
$(CC) $(CFLAGS) -c $< -o $@
-# "make clean" to tr
ies
to delete all files that could possibly have been built.
+# "make clean" to tr
y
to delete all files that could possibly have been built.
# Declare target "phony", i.e. this is not about building a file.
.PHONY : clean
clean :