mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:35:11 +00:00
[ADD/WIP] Routerwerk!
This commit is contained in:
parent
25ed114d0f
commit
47c98cbbe3
8 changed files with 280 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -16,7 +16,7 @@ CYTO_LIB=/usr/local/lib # Where's Cytoplasm's library is
|
|||
|
||||
SOURCE=src
|
||||
OBJECT=build
|
||||
INCLUDES=include
|
||||
INCLUDES=src/include
|
||||
CC=cc
|
||||
CFLAGS=-I$(INCLUDES) -I$(CYTO_INC) -DNAME="\"$(NAME)\"" -DVERSION="\"$(VERSION)\"" -g -ggdb
|
||||
LDFLAGS=-L $(CYTO_LIB) -lCytoplasm -Wl,--export-dynamic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue