source:
Evidence/Alarm/Makefile@
138
Last change on this file since 138 was 127, checked in by , 15 years ago | |
---|---|
File size: 152 bytes |
Line | |
---|---|
1 | CC=g++ |
2 | |
3 | PROG=Alarm |
4 | CPPFLAGS += -I../DIM |
5 | LDLIBS += -lpthread |
6 | |
7 | $(PROG): $(PROG).o ../Evidence.o ../DIM/libdim.a |
8 | |
9 | clean: |
10 | @rm -f $(PROG) $(PROG).o *.d *~ |
Note:
See TracBrowser
for help on using the repository browser.