projects
/
MicroTrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a064dd2
)
removed unneeded stuff from makefile and added debug cflags
author
Roland Hieber
<rohieb@yoda.(none)>
Wed, 13 Jan 2010 02:24:07 +0000
(
03:24
+0100)
committer
Roland Hieber
<rohieb@yoda.(none)>
Wed, 13 Jan 2010 02:24:07 +0000
(
03:24
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2223440
..
a9c458e
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,7
+3,7
@@
all: MicroTrace
CC = g++
-CFLAGS = -O3 -Wall
+CFLAGS = -O3 -Wall
-g -O0
OBJ = MicroTrace.o\
Vec3f.o\
@@
-15,12
+15,7
@@
OBJ = MicroTrace.o\
%.o: %.cxx *.hxx
$(CC) $(CFLAGS) -c $< -o $@
-%.a:
- ar r $@ $<
-
-
-
MicroTrace: $(OBJ)
clean:
- rm *.o
*.a
MicroTrace
+ rm *.o MicroTrace
This page took
0.024628 seconds
and
4
git commands to generate.