Turn into flake

This commit is contained in:
Joscha 2023-05-07 18:19:25 +02:00
parent 8b599e2436
commit d497dbad69
8 changed files with 82 additions and 2 deletions

View file

@ -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)