mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:35:11 +00:00
[AYA] See alsos, live-alongs, more documentation
I need to work on _actual_ Parsee, now
This commit is contained in:
parent
4fbdf05176
commit
aa71c5cfeb
10 changed files with 302 additions and 45 deletions
4
Makefile
4
Makefile
|
|
@ -23,7 +23,7 @@ INCLUDES=src/include
|
|||
CC=cc
|
||||
CFLAGS=-I$(SOURCE) -I$(INCLUDES) -I$(CYTO_INC) -DNAME="\"$(NAME)\"" -DVERSION="\"$(VERSION)\"" -DREPOSITORY=\"$(REPOSITORY)\" -g -ggdb -Wall -Werror
|
||||
LDFLAGS=-L $(CYTO_LIB) -lCytoplasm -g -ggdb
|
||||
AFLAGS=-C "$(ETC)/ayadoc/style.css"
|
||||
AFLAGS=-C "$(ETC)/ayadoc/style.css" -p "$(NAME)"
|
||||
BINARY=parsee
|
||||
# ============================ Compilation =================================
|
||||
SRC_FILES:=$(shell find $(SOURCE) -name '*.c')
|
||||
|
|
@ -52,3 +52,5 @@ ayadoc: utils $(AYA_FILES)
|
|||
$(AYAS)/%.html: $(INCLUDES)/%.h
|
||||
@mkdir -p $(shell dirname "$@")
|
||||
tools/out/aya $(AFLAGS) -i $< -o $@
|
||||
|
||||
# TODO: a install rule that reads prefix for software packagers?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue