From 672982618cb3ea63f0305785d7c499c83ece145b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 24 Feb 2023 15:10:45 +0100 Subject: mv sdl2 demo to src/ppusim folder --- src/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/makefile') 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))) -- cgit v1.2.3