mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 13:22:26 +00:00
excluded compiler (non library) object files from libraries.
synced linux and macosx makefiles more
This commit is contained in:
parent
f3548d289f
commit
e0a915b319
8 changed files with 24 additions and 8 deletions
|
|
@ -255,6 +255,8 @@ stage6:
|
|||
|
||||
|
||||
stage7:
|
||||
#remove non library objects
|
||||
rm -f architecture.o prf.o version.o extTools.o OPM.o OPS.o OPT.o OPC.o OPV.o OPB.o OPP.o errors.o
|
||||
#objects := $(wildcard *.o)
|
||||
#$(LD) objects
|
||||
$(ARCHIVE) *.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue