diff calypso/Makefile @ 6:0a21a7ffe144

calypso: caltest front end put together
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Mar 2021 05:26:58 +0000
parents f6b03af63bf7
children
line wrap: on
line diff
--- a/calypso/Makefile	Sun Mar 14 05:15:49 2021 +0000
+++ b/calypso/Makefile	Sun Mar 14 05:26:58 2021 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-PROGS=	fcsim-calypso-be
+PROGS=	fcsim-calypso-be caltest
 
 INSTALL_PREFIX=	/opt/freecalypso
 
@@ -13,6 +13,9 @@
 fcsim-calypso-be:	${MAIN_OBJS}
 	${CC} ${CFLAGS} -o $@ ${MAIN_OBJS}
 
+caltest:	caltest.c
+	${CC} ${CFLAGS} -o $@ $@.c
+
 install:
 	mkdir -p ${INSTBIN}
 	install -c fcsim-calypso-be ${INSTBIN}