Changed the top-level Makefile to make date and to use the new ptr format
for the binaries.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Top level makefile to build the utilities etc
|
# Top level makefile to build the utilities etc
|
||||||
AS=tools/as7
|
AS=tools/as7
|
||||||
#ASARGS=--format=rim
|
ASARGS=--format=ptr
|
||||||
SYSDIR=sys
|
SYSDIR=sys
|
||||||
CMDDIR=bin
|
CMDDIR=bin
|
||||||
|
|
||||||
@@ -44,6 +44,7 @@ others:
|
|||||||
$(AS) $(ASARGS) -o $(CMDDIR)/stat src/other/wktstat.s
|
$(AS) $(ASARGS) -o $(CMDDIR)/stat src/other/wktstat.s
|
||||||
$(AS) $(ASARGS) -o $(CMDDIR)/mv src/other/wktmv.s
|
$(AS) $(ASARGS) -o $(CMDDIR)/mv src/other/wktmv.s
|
||||||
$(AS) $(ASARGS) -o $(CMDDIR)/ln src/other/wktln.s
|
$(AS) $(ASARGS) -o $(CMDDIR)/ln src/other/wktln.s
|
||||||
|
$(AS) $(ASARGS) -o $(CMDDIR)/date src/other/wktdate.s
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(SYSDIR)/*
|
rm -rf $(SYSDIR)/*
|
||||||
|
|||||||
Reference in New Issue
Block a user