From c47cb5b7a8854d409bf851c8d406a70fe404b021 Mon Sep 17 00:00:00 2001 From: marcellus Date: Mon, 15 Apr 2024 11:10:37 +0200 Subject: init: initial commit --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b0b7e6c --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +CFLAGS = -Wall -Wextra + +cswatch: cswatch.c + +install: cswatch + sudo cp cswatch /usr/bin + +clean: + rm cswatch + +uninstall: clean + rm /usr/bin/cswatch -- cgit v1.2.3