From be8209cdf61f69b1117873163475aee11a7bc582 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 20 Jul 2016 15:07:45 +1200 Subject: Add basic makefile --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..005f1a9 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +all: brightnessd + + +brightnessd: brightnessd.o + +.PHONY: all clean +clean: + -rm -vf brightnessd{,.o} -- cgit v1.1