1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-02-10 02:10:31 +00:00

Changed the top-level Makefile to make date and to use the new ptr format

for the binaries.
This commit is contained in:
Warren Toomey
2016-03-08 16:46:39 +10:00
parent 04c27b5110
commit 07a098cb53

View File

@@ -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)/*