aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-04-11 23:35:25 +0200
committerGerd Hoffmann <kraxel@redhat.com>2016-04-11 23:35:25 +0200
commit282afa8795b50d27887a825179fefb3e0277d2e3 (patch)
tree994a556b8e8148e24dc9b57a5fbf4e370a0891ea /Makefile
parent766abaf0e3c94901a09fd0c99e350d065fdab063 (diff)
downloadhue-282afa8795b50d27887a825179fefb3e0277d2e3.tar.gz
add makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e470e5c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+
+# config
+HUE := ./hue
+
+default:
+ $(HUE) export
+