From 67deae5a158e9cfd9f5ad1841f8710be22baed1d Mon Sep 17 00:00:00 2001 From: allkern Date: Thu, 18 Jul 2024 12:30:52 -0300 Subject: [PATCH] Update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6ede61f..81289c2 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ OS_INFO := $(shell uname -rmo) SOURCES := $(wildcard psx/*.c) SOURCES += $(wildcard psx/dev/*.c) +SOURCES += $(wildcard psx/dev/cdrom/*.c) SOURCES += $(wildcard psx/input/*.c) SOURCES += $(wildcard psx/disc/*.c) SOURCES += $(wildcard frontend/*.c)