mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-03 19:26:34 +02:00
Merge pull request #479 from nmeum/cyclone-local-libs
Makefile: Add `-A libs` to CYCLONE_LOCAL
This commit is contained in:
commit
a5e8cdc5ad
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ include Makefile.config
|
|||
# compiler (EG: from bootstrap or an earlier cyclone version). Everything
|
||||
# else can then be built using our local binary.
|
||||
CYCLONE_SYSTEM = cyclone -A .
|
||||
CYCLONE_LOCAL = ./cyclone -A . -COPT '-Iinclude' -CLNK '-L.'
|
||||
CYCLONE_LOCAL = ./cyclone -A . -A libs -COPT '-Iinclude' -CLNK '-L.'
|
||||
CCOMP = $(CC) $(CFLAGS)
|
||||
INDENT_CMD = indent -linux -l80 -i2 -nut
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue