summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 30fa5af..06b253b 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
# ========================
#
# asm-cgi-example: Makefile
-# Sun May 22 16:40:45 CEST 2022
+# Sun May 22 16:55:43 CEST 2022
# Joe
#
# BSD Makefile
@@ -21,7 +21,8 @@ default: run
SRCS_DIR := src
INSTALL_DIR := /usr/local/www/jozan
-SRCS := ${SRCS_DIR}/c_example.S
+SRCS := ${SRCS_DIR}/c_cpu.S
+SRCS += ${SRCS_DIR}/c_example.S
OBJS := ${SRCS:.S=.S.o}