diff --git a/Makefile b/Makefile index 3fbbfcf..29be55e 100644 --- a/Makefile +++ b/Makefile @@ -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