1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-07 04:20:39 -07:00
moth/packages/net-re/6100/Makefile

6 lines
64 B
Makefile
Raw Normal View History

2011-03-04 13:57:22 -07:00
all: exe
cp data.pcap $(DESTDIR)
exe: exe.c
gcc -o exe exe.c