Browse Source

Fix typo

tags/1.9.8
falkTX 8 years ago
parent
commit
7068200a45
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/Makefile.mk

+ 1
- 1
source/Makefile.mk View File

@@ -18,7 +18,7 @@ CC ?= gcc
CXX ?= g++

# ---------------------------------------------------------------------------------------------------------------------
# Auto-detect OS is not defined
# Auto-detect OS if not defined

ifneq ($(BSD),true)
ifneq ($(HAIKU),true)


Loading…
Cancel
Save