mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -07:00
5 lines
64 B
Makefile
5 lines
64 B
Makefile
all: exe
|
|
cp data.pcap $(DESTDIR)
|
|
|
|
exe: exe.c
|
|
gcc -o exe exe.c
|