git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make log a bit verbose for some useful information
[lunaix-os.git]
/
lunaix-os
/
scripts
/
makefile
diff --git
a/lunaix-os/scripts/makefile
b/lunaix-os/scripts/makefile
index 7858d7a5404dafdbe033184011fdfd95d4e642cd..55453f5b2d419b9d63a60a9264f0c6d425ada00b 100644
(file)
--- a/
lunaix-os/scripts/makefile
+++ b/
lunaix-os/scripts/makefile
@@
-8,7
+8,7
@@
OUT := $(addsuffix .tool,$(SRC))
%.tool : %.c
$(call status,CC,$<)
- @
$(CC)
$< -o $@
+ @
cc
$< -o $@
.PHONY: all clean