mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
excluded compiler (non library) object files from libraries.
synced linux and macosx makefiles more
Former-commit-id: e0a915b319
This commit is contained in:
parent
bb1e56ad56
commit
5d683e6727
8 changed files with 24 additions and 8 deletions
2
makefile
2
makefile
|
|
@ -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