summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa7e3d7..34b96b4 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,8 @@ OBJ_OS=
BUILD_DIR=build/
-include src/make.mk
+OS=linux
+include src/make.mk
SOURCES+=$(wildcard src/*.c)
SOURCES+=$(wildcard src/os/*.c)