summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..4db0245
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
1CFLAGS+=-Wall -Wextra -pedantic -Os
2
3jaildaemon: jaildaemon.c
4 $(CC) -o $@ $< $(CFLAGS) $(LDFLAGS)
5
6.PHONY: clean test
7clean:
8 rm -f jaildaemon
9
10test: jaildaemon
11 sudo sh ./jaildaemon.sh