summaryrefslogtreecommitdiff
path: root/Makefile
blob: 01dfb0a301c8898b0ccca14455a5a80a4465b816 (plain)
1
2
3
4
5
6
7
8
9
10

all: mactelnet

clean: dist-clean

dist-clean:
	rm -f mactelnet

mactelnet: config.h main.c udp.h udp.c mactelnet.c mactelnet.h console.c console.h
	gcc -g -o mactelnet -lcrypto main.c udp.c mactelnet.c console.c