From 07a098cb5365021cd05f37296aed289e9118c520 Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Tue, 8 Mar 2016 16:46:39 +1000 Subject: [PATCH] Changed the top-level Makefile to make date and to use the new ptr format for the binaries. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c961fda..7733d95 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Top level makefile to build the utilities etc AS=tools/as7 -#ASARGS=--format=rim +ASARGS=--format=ptr SYSDIR=sys CMDDIR=bin @@ -44,6 +44,7 @@ others: $(AS) $(ASARGS) -o $(CMDDIR)/stat src/other/wktstat.s $(AS) $(ASARGS) -o $(CMDDIR)/mv src/other/wktmv.s $(AS) $(ASARGS) -o $(CMDDIR)/ln src/other/wktln.s + $(AS) $(ASARGS) -o $(CMDDIR)/date src/other/wktdate.s clean: rm -rf $(SYSDIR)/*