Revision: | 2 |
Committed: | 2007-04-25T21:28:10-07:00 (18 years, 1 month ago) by douglas |
Original Path: | Common/GNUmakefile |
File size: | 207 byte(s) |
Log Message: | Woo! |
# | Content |
---|---|
1 | # Truck Computer Dooom! |
2 | # |
3 | # Douglas Thrift |
4 | # |
5 | # $Id$ |
6 | |
7 | CPPFLAGS := -MD |
8 | CXXFLAGS := -Wall -pedantic -g -O2 |
9 | |
10 | all: libtruck.a |
11 | |
12 | libtruck.a: posix.o |
13 | $(AR) cr $@ $+ |
14 | |
15 | -include *.d |
16 | |
17 | clean: |
18 | rm -rf libtruck.a *.d *.o |
Name | Value |
---|---|
svn:keywords | Id |