summaryrefslogtreecommitdiff
path: root/Dice/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Dice/makefile')
-rwxr-xr-xDice/makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/Dice/makefile b/Dice/makefile
new file mode 100755
index 0000000..77bdc07
--- /dev/null
+++ b/Dice/makefile
@@ -0,0 +1,20 @@
+# ----------------------------
+# Makefile Options
+# ----------------------------
+
+NAME ?= Dice
+ICON ?= icon.png
+DESCRIPTION ?= "Dice Roller"
+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