mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 19:55:10 +00:00
[MOD] Allow other compilers
This commit is contained in:
parent
69d913d92b
commit
2cc8e16ba2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -25,7 +25,7 @@ OBJECT=build
|
||||||
AYAS=ayaya
|
AYAS=ayaya
|
||||||
ETC=etc
|
ETC=etc
|
||||||
INCLUDES=src/include
|
INCLUDES=src/include
|
||||||
CC=cc
|
CC ?=cc
|
||||||
CFLAGS=-I$(SOURCE) -I$(INCLUDES) -I$(CYTO_INC) -DNAME="\"$(NAME)\"" -DVERSION="\"$(VERSION)\"" -DREPOSITORY=\"$(REPOSITORY)\" -DCODE=\"$(CODE)\" -O3 -g -Wall -Werror
|
CFLAGS=-I$(SOURCE) -I$(INCLUDES) -I$(CYTO_INC) -DNAME="\"$(NAME)\"" -DVERSION="\"$(VERSION)\"" -DREPOSITORY=\"$(REPOSITORY)\" -DCODE=\"$(CODE)\" -O3 -g -Wall -Werror
|
||||||
LDFLAGS=-L $(CYTO_LIB) -lCytoplasm -O3 -g
|
LDFLAGS=-L $(CYTO_LIB) -lCytoplasm -O3 -g
|
||||||
AFLAGS=-C "$(ETC)/ayadoc/style.css" -p "$(NAME)"
|
AFLAGS=-C "$(ETC)/ayadoc/style.css" -p "$(NAME)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue