git.ucc.asn.au
/
atyndall
/
cits2231.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d5f9ed
)
makefile commit
author
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 02:34:22 +0000
(10:34 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 02:34:22 +0000
(10:34 +0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
98265c2
..
62f7e66
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-24,7
+24,13
@@
CFLAGS += -O3 -Wall -std=c99
\r
.PHONY: all
\r
\r
-all: scene
\r
+all: scene
commit open
\r
\r
scene: scene.c bitmap.c bitmap.h
\r
- gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) && git commit -a -m "makefile commit" && (./scene &)
\r
+ gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS)
\r
+
\r
+commit:
\r
+ git commit -a -m "makefile commit"
\r
+
\r
+open:
\r
+ (./scene &) && echo
\r
UCC
git Repository :: git.ucc.asn.au