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:
68b46b6
)
makefile commit
author
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 02:32:06 +0000
(10:32 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 02:32:06 +0000
(10:32 +0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
55dba6b
..
98265c2
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-27,4
+27,4
@@
CFLAGS += -O3 -Wall -std=c99
all: scene
\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) && git commit -a -m "makefile commit" &&
(./scene &)
\r
UCC
git Repository :: git.ucc.asn.au