feat(lander): PoC index pages
This commit is contained in:
parent
222b277eef
commit
e91631dd42
10 changed files with 196 additions and 24 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue