From 1ce27a02d6ab0e3d00fb01335f7422014cddcd67 Mon Sep 17 00:00:00 2001 From: JozanLeClerc <> Date: Sun, 22 May 2022 14:59:51 +0000 Subject: test FossilOrigin-Name: f2736bec7cec792b6230253d86c2cb65a26c1f78 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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} -- cgit v1.2.3