summaryrefslogtreecommitdiffhomepage
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 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))