summaryrefslogtreecommitdiff
path: root/Makefile
blob: 58738eee6263a54a89a988228132ab1605657402 (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 devices.c devices.h
	gcc -g -o mactelnet -lcrypto main.c udp.c mactelnet.c console.c devices.c