X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcortexelf-v1%2FMakefile;h=be225e5797510e55f5bf7e14b8d2bb5aa7c5df45;hb=e745229311366a792110d78d8480a2bf83eef9a0;hp=d71575212da1812bbf26212d0e2610bf03f07995;hpb=47004dfe8ee8c8b31085b066d3d0fd5142fd49da;p=fw%2Faltos diff --git a/src/cortexelf-v1/Makefile b/src/cortexelf-v1/Makefile index d7157521..be225e57 100644 --- a/src/cortexelf-v1/Makefile +++ b/src/cortexelf-v1/Makefile @@ -73,6 +73,7 @@ ALTOS_SRC = \ ao_button.c \ ao_event.c \ ao_1802.c \ + ao_hex.c \ ao_lisp_lex.c \ ao_lisp_mem.c \ ao_lisp_cons.c \ @@ -81,6 +82,7 @@ ALTOS_SRC = \ ao_lisp_atom.c \ ao_lisp_int.c \ ao_lisp_poly.c \ + ao_lisp_bool.c \ ao_lisp_builtin.c \ ao_lisp_read.c \ ao_lisp_rep.c \