From 28f653693c511fbeca7d373716668fc8661ebb03 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Mon, 10 Jan 2022 19:10:50 -0600 Subject: [PATCH] Update GNO version makefile to include new source files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29be55e..6914cb9 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ LIB = orca SRCS = cc.asm ctype.asm orca.asm signal2.c stdlib.asm string.asm \ time.asm toolglue.asm vars.asm int64.asm fenv.asm fpextra.asm \ - math2.asm + math2.asm locale.asm uchar.asm buildall .PHONY: build assert.o