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:
6a7fd63
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 04:10:28 +0000
(12:10 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 8 Oct 2011 04:10:28 +0000
(12:10 +0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
3ba146d
..
7b4da18
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-24,7
+24,7
@@
CFLAGS += -ggdb -Wall -std=c99
\r
.PHONY: all
\r
\r
-all: scene commit
open
\r
+all: scene commit
\r
\r
scene: scene.c bitmap.c bitmap.h
\r
gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS)
\r
@@
-35,5
+35,3
@@
commit: scene.c bitmap.c bitmap.h
clean:
\r
rm scene
\r
\r
-open:
\r
- nice -n 19 ./scene
\r
UCC
git Repository :: git.ucc.asn.au