summaryrefslogtreecommitdiff
path: root/coin/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'coin/makefile')
-rwxr-xr-xcoin/makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/coin/makefile b/coin/makefile
new file mode 100755
index 0000000..fe76d81
--- /dev/null
+++ b/coin/makefile
@@ -0,0 +1,20 @@
+# ----------------------------
+# Makefile Options
+# ----------------------------
+
+NAME ?= Coin
+ICON ?= icon.png
+DESCRIPTION ?= "Coin Flip"
+COMPRESSED ?= NO
+ARCHIVED ?= NO
+
+CFLAGS ?= -Wall -Wextra -Oz
+CXXFLAGS ?= -Wall -Wextra -Oz
+
+# ----------------------------
+
+ifndef CEDEV
+$(error CEDEV environment path variable is not set)
+endif
+
+include $(CEDEV)/meta/makefile.mk