diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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} |