Remove unneeded Makefile
authorRobert Pengelly <robertapengelly@hotmail.com>
Tue, 24 Sep 2024 16:17:52 +0000 (17:17 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Tue, 24 Sep 2024 16:17:52 +0000 (17:17 +0100)
makefile.std [deleted file]

diff --git a/makefile.std b/makefile.std
deleted file mode 100644 (file)
index ddfb016..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-AS=pdas --oformat coff\r
-CC=gccwin\r
-LD=pdld\r
-\r
-COPTS=-S -O2 -fno-common -ansi -I. -I../pdos/pdpclib -D__WIN32__ -D__NOBIVA__ -D__PDOS__\r
-COBJ=append.obj ar.obj conv.obj delete.obj display.obj extract.obj \\r
-    lib.obj ranlib.obj replace.obj report.obj\r
-\r
-all: clean xar.exe\r
-\r
-xar.exe: $(COBJ)\r
-  $(LD) -s -nostdlib --no-insert-timestamp -o xar.exe ../pdos/pdpclib/w32start.obj $(COBJ) ../pdos/pdpclib/msvcrt.lib\r
-\r
-.c.obj:\r
-  $(CC) $(COPTS) $<\r
-  $(AS) -o $@ $*.s\r
-  rm -f $*.s\r
-\r
-clean:\r
-  rm -f *.o xar.exe\r