aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-12-26 10:49:40 +0100
committerGuido Günther <agx@sigxcpu.org>2014-12-26 11:33:30 +0100
commit6750edf8e2154f1e1153fc40b11fcf3a3b682cd4 (patch)
treec1c5003ed69ec39d0f6cc3b03ad9f17d5cf839ea /Makefile
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..5f21858
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+all:
+ git submodule update --init
+ cd Adafruit_Python_DHT && python ./setup.py build