Turn into flake
This commit is contained in:
parent
8b599e2436
commit
d497dbad69
8 changed files with 82 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -79,7 +79,8 @@ OBJ = ./bin/portal.o \
|
|||
|
||||
WARNINGS=-w
|
||||
|
||||
FLAGS=-std=c++11
|
||||
RESOURCEDIR = $(out)/share/polly-b-gone/
|
||||
FLAGS=-std=c++11 -DRESOURCEDIR="\"$(RESOURCEDIR)\"" $(NIX_CFLAGS_COMPILE)
|
||||
|
||||
all:
|
||||
g++ -c -g $(SRC) $(INCLUDES) $(WARNINGS) $(FLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue