From a6858f40888338608fede867d279831e98ec0766 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 5 Jul 2021 13:37:42 +0200 Subject: Better dev environment --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 62acb87..ae77b9e 100644 --- a/makefile +++ b/makefile @@ -7,8 +7,8 @@ OC = $(PWD)/cross/opt/bin/i686-elf-objcopy ST = $(PWD)/cross/opt/bin/i686-elf-strip AS = nasm -BLD = $(PWD)/build/ -SRC = $(PWD)/src/ +BLD = $(PWD)/build +SRC = $(PWD)/src SRCS = $(wildcard $(SRC)/loader/*.c) OBJS = $(patsubst $(SRC)/%.c,$(BLD)/%.o,$(SRCS)) -- cgit v1.2.3