diff options
author | Marvin Borner | 2021-07-05 13:37:42 +0200 |
---|---|---|
committer | Marvin Borner | 2021-07-05 13:37:42 +0200 |
commit | a6858f40888338608fede867d279831e98ec0766 (patch) | |
tree | 8abc54c50680fe897349ba5d11f9e5bcf22ee13e /makefile | |
parent | 832a5046b42f53f7ab329942a862e1b4c0a6f6db (diff) |
Better dev environment
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) |