Add makefile

This commit is contained in:
2025-05-20 23:51:16 +02:00
parent 16d3dd90fe
commit 6ad501ec50
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -88,4 +88,5 @@ dkms.conf
settings.json
watch.c
ncwatchfile
ncwatchfile
ncsambawatcher

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
all:
g++ -std=c++17 src/main.cpp -o ncsambawatcher