aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-19 09:29:12 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-19 09:29:12 -0700
commitdf2a9476a1767bdce83e081470b31ffb89749034 (patch)
treeab7fea866bbab3b4ac77ac720b9e92fcf9ea5710 /Makefile
parent60ce7fba21a6d37c0acbe152039fbc3d0e692bf0 (diff)
chore: reorganized header structure and updated makefile
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