source:
fact/tools/BiCh/Makefile@
18558
Last change on this file since 18558 was 11369, checked in by , 13 years ago | |
---|---|
File size: 135 bytes |
Line | |
---|---|
1 | CC=g++ |
2 | |
3 | CPPFLAGS += -I$(DIMDIR)/dim/ |
4 | LDLIBS += -lpthread $(DIMDIR)/linux/libdim.a |
5 | |
6 | all: BiCh |
7 | |
8 | BiCh: BiCh.o |
9 | |
10 | clean: |
11 | @rm -f BiCh BiCh.o |
Note:
See TracBrowser
for help on using the repository browser.