aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-02-24 15:10:45 +0100
committerlonkaars <loek@pipeframe.xyz>2023-02-24 15:10:45 +0100
commit672982618cb3ea63f0305785d7c499c83ece145b (patch)
tree0a4e3125d2fc95c3791653c512d8d0ae9bf5a875 /src/makefile
parent36c04e7b000035086b2e2b8020a2337c5c2fa390 (diff)
mv sdl2 demo to src/ppusim folder
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index 6077824..f433385 100644
--- a/src/makefile
+++ b/src/makefile
@@ -33,6 +33,7 @@ AFLAGS += $(SHARED_FLAGS)
SRCS += $(LOCAL_SRCS)
SRCS += $(if $(STM), $(STM_SRCS), )
+SRCS += $(if $(DESKTOP), $(DESKTOP_SRCS), )
ifeq ($(PLATFORM),stm)
OBJS := $(patsubst %.c,%-stm.o, $(patsubst %.s,%-stm.o, $(SRCS)))