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