feat(lander): PoC index pages

This commit is contained in:
Jef Roosens 2023-12-24 20:55:26 +01:00
parent 97d4008db2
commit f789847fc5
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
10 changed files with 189 additions and 24 deletions

View file

@ -71,7 +71,7 @@ run: $(BIN)
valgrind: $(BIN)
LANDER_API_KEY=test \
LANDER_DATA_DIR=data \
valgrind --track-origins=yes '$(BUILD_DIR)/$(BIN_FILENAME)'
valgrind --track-origins=yes --leak-check=full '$(BUILD_DIR)/$(BIN_FILENAME)'
.PHONY: test
test: $(TARGETS_TEST)