summaryrefslogtreecommitdiffstats
path: root/from_timex/Makefile
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2019-05-28 12:09:03 +0100
committerfishsoupisgood <github@madingley.org>2019-05-28 12:09:03 +0100
commitee33718ab57c5a041b55c70c0ae7e046b3d1592b (patch)
tree118fa6880cb9f8d592516c5b40325f9b7448d0af /from_timex/Makefile
parent8110dec1577d9a9002119c15467d71d8a1f51bc8 (diff)
downloadwristapps-ee33718ab57c5a041b55c70c0ae7e046b3d1592b.tar.gz
wristapps-ee33718ab57c5a041b55c70c0ae7e046b3d1592b.tar.bz2
wristapps-ee33718ab57c5a041b55c70c0ae7e046b3d1592b.zip
general tidy up add all the timex apps and the toebes apps and numpad
Diffstat (limited to 'from_timex/Makefile')
-rw-r--r--from_timex/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/from_timex/Makefile b/from_timex/Makefile
new file mode 100644
index 0000000..509fd39
--- /dev/null
+++ b/from_timex/Makefile
@@ -0,0 +1,11 @@
+ZAPS=chrono12.zap conv01.zap copyme01.zap golf01.zap melody17.zap note13.zap pulse01.zap quick13.zap timer13.zap wksiso11.zap wksusa11.zap world01.zap
+APPS=${ZAPS:%.zap=%.app}
+
+default: ${APPS}
+
+%.app:%.zap
+ ../tools/zap2app $< $@
+
+clean:
+ /bin/rm -f ${APPS}
+