X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/6c744a5a5235383b230e3854db9458409ad8781a..172a5ba7dad6e9c7e38e4e5aa2607de3728f0ebf:/watcher/Makefile?ds=inline diff --git a/watcher/Makefile b/watcher/Makefile new file mode 100644 index 0000000..cfcad73 --- /dev/null +++ b/watcher/Makefile @@ -0,0 +1,2 @@ +watcher: watcher.c + gcc -Wall -Werror -pedantic -std=gnu99 watcher.c -o watcher -lpcap