source: tools/ListenToArduino/Makefile@ 170

Last change on this file since 170 was 150, checked in by daqct3, 15 years ago
Updated DIM paths
File size: 205 bytes
Line 
1CC=g++
2
3PROG=ListenToArduino
4CPPFLAGS += -Wall -I$(DIMDIR)/dim -I../../Evidence
5LDLIBS += -lpthread $(DIMDIR)/linux/libdim.a
6
7$(PROG): $(PROG).o ../../Evidence/Evidence.o
8
9clean:
10 @rm -f $(PROG) $(PROG).o
Note: See TracBrowser for help on using the repository browser.