source: tools/ListenToPt100Logger/Makefile@ 163

Last change on this file since 163 was 124, checked in by dneise, 15 years ago
added Makefile
File size: 113 bytes
Line 
1CC=gcc
2CFLAGS=-Wall
3
4PROG=ListenToPt100Logger
5
6all: $(PROG)
7 $(CC) -o $(PROG) $(PROG).c
8
9clean:
10 @rm -f $(PROG)
Note: See TracBrowser for help on using the repository browser.