mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:45:10 +00:00
[ADD/WIP] Codenames, try to get codeblocks basics
Mostly focused on the LMDB support right now, sorry!
This commit is contained in:
parent
93d7b0f8e0
commit
61b248363d
7 changed files with 42 additions and 10 deletions
6
Makefile
6
Makefile
|
|
@ -5,8 +5,12 @@
|
|||
|
||||
|
||||
# =========================== Parsee Flags =============================
|
||||
|
||||
# phantasmagoria - test runs without an actual code
|
||||
CODE=phantasmagoria
|
||||
NAME=Parsee
|
||||
VERSION=0.0.0
|
||||
|
||||
REPOSITORY=$(shell git remote get-url origin)
|
||||
|
||||
# =========================== Compilation Flags ============================
|
||||
|
|
@ -22,7 +26,7 @@ AYAS=ayaya
|
|||
ETC=etc
|
||||
INCLUDES=src/include
|
||||
CC=cc
|
||||
CFLAGS=-I$(SOURCE) -I$(INCLUDES) -I$(CYTO_INC) -DNAME="\"$(NAME)\"" -DVERSION="\"$(VERSION)\"" -DREPOSITORY=\"$(REPOSITORY)\" -g -ggdb -Wall -Werror
|
||||
CFLAGS=-I$(SOURCE) -I$(INCLUDES) -I$(CYTO_INC) -DNAME="\"$(NAME)\"" -DVERSION="\"$(VERSION)\"" -DREPOSITORY=\"$(REPOSITORY)\" -DCODE=\"$(CODE)\" -g -ggdb -Wall -Werror
|
||||
LDFLAGS=-L $(CYTO_LIB) -lCytoplasm -g -ggdb
|
||||
AFLAGS=-C "$(ETC)/ayadoc/style.css" -p "$(NAME)"
|
||||
BINARY=parsee
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue