mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:25:11 +00:00
[ADD/WIP] build.c script, raise to 0.1
This commit is contained in:
parent
34bd036ab7
commit
8ce69d0829
4 changed files with 844 additions and 5 deletions
4
Makefile
4
Makefile
|
|
@ -20,12 +20,8 @@ CYTO_LIB ?=/usr/local/lib # Where's Cytoplasm's library is
|
|||
# located.
|
||||
PREFIX ?=/usr/local
|
||||
|
||||
SOURCE=src
|
||||
OBJECT=build
|
||||
AYAS=ayaya
|
||||
ETC=etc
|
||||
INCLUDES=src/include
|
||||
CC ?=cc
|
||||
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
|
||||
AFLAGS=-C "$(ETC)/ayadoc/style.css" -p "$(NAME)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue