From e3dbf33f0a4c7e4256772b7c5da7e909e5424819 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 25 Dec 2017 06:42:01 +0100 Subject: Turn getset into C file --- Makefile.common | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 0a44db3..48256bb 100644 --- a/Makefile.common +++ b/Makefile.common @@ -17,6 +17,7 @@ SOURCES_C := \ $(CORE_DIR)/fxemu.c \ $(CORE_DIR)/fxinst.c \ $(CORE_DIR)/gfx.c \ + $(CORE_DIR)/getset.c \ $(CORE_DIR)/globals.c \ $(CORE_DIR)/memmap.c \ $(CORE_DIR)/obc1.c \ -- cgit v1.2.3