projects
/
MicroTrace.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed unneeded stuff from makefile and added debug cflags
[MicroTrace.git]
/
Makefile
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.023401 seconds
and
4
git commands to generate.