aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f276d13..1a21e76 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ AS := nasm
# All needed build directories
INC_DIR := include
-SRC_DIR := src
+SRC_DIR := sys
BIN_DIR := bin
LIB_DIR := lib
OBJ_DIR := build