projects
/
vompclient-marten.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9636ad
)
changes for dongle build system
author
Chris Tallon
<chris@vomp.tv>
Tue, 5 Jul 2005 22:55:30 +0000
(22:55 +0000)
committer
Chris Tallon
<chris@vomp.tv>
Tue, 5 Jul 2005 22:55:30 +0000
(22:55 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index aae4319b5d4a9e8c4a12208a880486ed7a561791..38e2f065573c824447c641c34f2dd9b32559611d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-37,9
+37,8
@@
install:
rm /diskless/nfs/mvp/vompclient
cp vompclient /diskless/nfs/mvp
-dongle: strip
- cp vompclient ../dongle
- cd ../dongle ; ./go
+release: CXXFLAGS := -O3 $(CXXFLAGS)
+release: clean vompclient strip
deps: Makefile
$(CC) -MM $(INCLUDES) $(OBJECTS:%.o=%.cc) > deps