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