aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 6771891877fc46da0ca27eee815fdd9001236b25 (plain)
1
2
3
4
5
6
7
8
9
# $Id$

CFLAGS+=	-ggdb -Wall

telejet:	telejet.c crc16.c
	$(CC) $(CFLAGS) -o $@ $?

clean:
	rm -rf *.o *.core core telejet