From 03030de14057620c73cbad8f9f6b2267ee26d100 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Fri, 17 May 2019 12:24:29 +0930 Subject: first commit --- makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..dc24468 --- /dev/null +++ b/makefile @@ -0,0 +1,11 @@ +all: binstatus xwake xbell + +binstatus: binstatus.c + cc -o binstatus binstatus.c -lX11 +xwake: xwake.c + cc -o xwake xwake.c -lX11 -lXss +xbell: xbell.c + cc -o xbell xbell.c -lX11 +clean: + @rm -f binstatus xwake xbell + @rm -f *.o -- cgit v1.2.3