diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-04-11 23:35:25 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-04-11 23:35:25 +0200 |
commit | 282afa8795b50d27887a825179fefb3e0277d2e3 (patch) | |
tree | 994a556b8e8148e24dc9b57a5fbf4e370a0891ea /Makefile | |
parent | 766abaf0e3c94901a09fd0c99e350d065fdab063 (diff) | |
download | hue-282afa8795b50d27887a825179fefb3e0277d2e3.tar.gz |
add makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
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 + |