diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-02 07:36:43 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-02 07:36:43 -0400 |
commit | c61cbf691bee6dec791c3a161145ae16b448ac2b (patch) | |
tree | c276a82d88353d2863bd4da76a77715bab7bc4f2 /setup.mk | |
parent | 992969772def3578acbd1cef0155333636f75862 (diff) | |
parent | afa34b3140979874d46a362e83dc0d1eebd137eb (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
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 |