mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 04:20:39 -07:00
6 lines
64 B
Makefile
6 lines
64 B
Makefile
|
all: exe
|
||
|
cp data.pcap $(DESTDIR)
|
||
|
|
||
|
exe: exe.c
|
||
|
gcc -o exe exe.c
|