projects
/
systembsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae3d717
)
"build-proper renamed" to "publish" in makefile
author
kremlin
<ian@kremlin.cc>
Tue, 8 Jul 2014 06:04:16 +0000
(
01:04
-0500)
committer
kremlin
<ian@kremlin.cc>
Tue, 8 Jul 2014 06:04:16 +0000
(
01:04
-0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index bafd75a943adea04e7a0286ac2899167f0b48b14..bcf9813e2d2ffd2eb80ef95e0696300e9e900447 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-13,7
+13,7
@@
all: build
build:
gcc -o bin/out.bin $(DEBUGF) $(GLIBF) $(SANITY) $(SRCDIR)/main.c
-
build-proper
:
+
publish
:
gcc -o bin/out.bin $(CFLAGS) $(GLIBF) $(SANITY) $(SRCDIR)/main.c
clean: