diff --git a/.gitignore b/.gitignore index 5bb048b..2ebe5e7 100644 --- a/.gitignore +++ b/.gitignore @@ -88,4 +88,5 @@ dkms.conf settings.json watch.c -ncwatchfile \ No newline at end of file +ncwatchfile +ncsambawatcher \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2e4c366 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + g++ -std=c++17 src/main.cpp -o ncsambawatcher \ No newline at end of file