Update GNO version makefile to include new source files.

This commit is contained in:
Stephen Heumann 2021-09-03 22:03:17 -05:00
parent cc6ee968f3
commit 3dac15e6b9
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
LIB = orca
SRCS = cc.asm ctype.asm orca.asm signal2.c stdlib.asm string.asm \
time.asm toolglue.asm vars.asm int64.asm
time.asm toolglue.asm vars.asm int64.asm fenv.asm fpextra.asm \
math2.asm
buildall .PHONY: build assert.o