aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 668ccda..fbf1905 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@ BIN_DIR := bin
SYS_DIR := sys
LIB_DIR := lib
SRC_DIR := src
-OBJ_DIR := .build
-TST_DIR := .test
+OBJ_DIR := obj
+TST_DIR := test
# C runtime library
CINIT := $(LIB_DIR)/crt/crt1.o $(LIB_DIR)/crt/x86_64/crti.o `gcc --print-file-name=crtbeginS.o`