From 6ad501ec50d0bef362d61e9bd1fde25049256141 Mon Sep 17 00:00:00 2001 From: bartfaik04 Date: Tue, 20 May 2025 23:51:16 +0200 Subject: [PATCH] Add makefile --- .gitignore | 3 ++- Makefile | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Makefile 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