From ce05175372a9ddca1a225db0765ace1127a39293 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Fri, 12 Nov 2021 09:22:01 -0800 Subject: chore: simplified organizational structure --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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` -- cgit v1.2.1