Tweaked build paths

This commit is contained in:
2026-04-27 10:07:16 +10:00
parent b718b35097
commit 6ebbcc45a3
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ LDFLAGS+=
SRC_ROOTDIR=..
SRC_SOURCEDIR=.
SRC_OUTDIR=$(SRC_ROOTDIR)/out
SRC_OBJDIR=obj
SRC_OUTDIR=$(SRC_ROOTDIR)/$(TOY_OUTDIR)
SRC_OBJDIR=$(TOY_OBJDIR)
#file names
SRC_SOURCEFILES=$(wildcard $(SRC_SOURCEDIR)/*.c)