summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <>2022-05-22 14:59:51 +0000
committerJozanLeClerc <>2022-05-22 14:59:51 +0000
commit1ce27a02d6ab0e3d00fb01335f7422014cddcd67 (patch)
tree4a2c804463f90643bb6cfb7965125e1bab305d90 /Makefile
parentDate update (diff)
downloadasm-cgi-example-1ce27a02d6ab0e3d00fb01335f7422014cddcd67.tar.gz
asm-cgi-example-1ce27a02d6ab0e3d00fb01335f7422014cddcd67.tar.bz2
asm-cgi-example-1ce27a02d6ab0e3d00fb01335f7422014cddcd67.tar.xz
asm-cgi-example-1ce27a02d6ab0e3d00fb01335f7422014cddcd67.tar.zst
asm-cgi-example-1ce27a02d6ab0e3d00fb01335f7422014cddcd67.zip
test
FossilOrigin-Name: f2736bec7cec792b6230253d86c2cb65a26c1f78
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}