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

1
.gitignore vendored
View File

@@ -89,3 +89,4 @@ dkms.conf
settings.json settings.json
watch.c 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