summaryrefslogtreecommitdiff
path: root/ui/Makefile
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-08 11:21:01 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-08 11:21:01 -0700
commit0ca764968ae0c09510d055390a3cec252caecfae (patch)
treea7e7b9396f991657d1d5dff8d38498df879f527e /ui/Makefile
parent62b64d39ab30b91d99b4b9aef8ef2990f86fdff6 (diff)
downloadinfinitytier-0ca764968ae0c09510d055390a3cec252caecfae.tar.gz
infinitytier-0ca764968ae0c09510d055390a3cec252caecfae.zip
Remove warnings, more Debian stuff, remove obsolete ui/ stuff.
Diffstat (limited to 'ui/Makefile')
-rw-r--r--ui/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/Makefile b/ui/Makefile
deleted file mode 100644
index 4be03228..00000000
--- a/ui/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all:
- mkdir -p build
- jsx --target es3 -x jsx . ./build
- rm -f ztui.min.js
- minify build/*.js >>ztui.min.js
- rm -rf build