aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-07-20 15:07:45 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-07-20 15:07:45 +1200
commitbe8209cdf61f69b1117873163475aee11a7bc582 (patch)
treee2139d82933e192e5a05c050715ffa5b39da84f6
parentd64c5ff9dea4537d84ab55964c3d6174bf23f3c9 (diff)
downloadbrightnessd-be8209cdf61f69b1117873163475aee11a7bc582.tar.xz
Add basic makefile
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
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}