aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: e6ab0ac86afed91f322eac7c1c17c3e97e308a91 (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