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