Update GNO version makefile to include int64.asm.

This commit is contained in:
Stephen Heumann 2021-02-26 21:22:53 -06:00
parent fffeef1206
commit 14c7a1186c

View File

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