aboutsummaryrefslogtreecommitdiffstats
path: root/setup.mk
diff options
context:
space:
mode:
Diffstat (limited to 'setup.mk')
-rw-r--r--setup.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.mk b/setup.mk
new file mode 100644
index 0000000..89bb9c3
--- /dev/null
+++ b/setup.mk
@@ -0,0 +1,5 @@
+# Target OS, can be either 'linux' or 'win32'
+TARGET_OS = linux
+
+# Bits setting, 32 or 64
+TARGET_BITS = 32