source: fact/tools/BiCh/Makefile@ 13409

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