projects
/
xar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f082e9e
)
Split over two lines
master
author
Robert Pengelly
<robertapengelly@hotmail.com>
Wed, 25 Sep 2024 12:42:22 +0000
(13:42 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Wed, 25 Sep 2024 12:42:22 +0000
(13:42 +0100)
Makefile.std
patch
|
blob
|
history
diff --git
a/Makefile.std
b/Makefile.std
index d9f004bd7a6ef5bc436f37ecadbbd9a0b7cf6c8b..1c66895afdea26b93f386960713eb391f3ae92b5 100644
(file)
--- a/
Makefile.std
+++ b/
Makefile.std
@@
-3,7
+3,8
@@
CC=gccwin
LD=pdld
COPTS=-S -O2 -fno-common -ansi -I. -I../pdos/pdpclib -D__WIN32__ -D__NOBIVA__ -D__PDOS__
-COBJ=append.obj ar.obj conv.obj delete.obj display.obj extract.obj lib.obj ranlib.obj replace.obj report.obj
+COBJ=append.obj ar.obj conv.obj delete.obj display.obj extract.obj \
+ lib.obj ranlib.obj replace.obj report.obj
all: clean xar.exe
@@
-17,4
+18,3
@@
xar.exe: $(COBJ)
clean:
rm -f *.o xar.exe
-