mirror of https://github.com/dirtbags/moth.git
6 lines
64 B
Makefile
6 lines
64 B
Makefile
|
all: exe
|
||
|
cp data.pcap $(DESTDIR)
|
||
|
|
||
|
exe: exe.c
|
||
|
gcc -o exe exe.c
|