Basic working version without persistent storage
This commit is contained in:
parent
cae62ce7d2
commit
a2fcbb4224
8 changed files with 83 additions and 25 deletions
4
Makefile
4
Makefile
|
|
@ -4,7 +4,7 @@ SRC_DIR := ./src
|
|||
TEST_DIR := test
|
||||
CORES != nproc
|
||||
|
||||
SRCS := $(shell find '$(SRC_DIR)' -iname '*.c')
|
||||
SRCS := $(shell find '$(SRC_DIR)' -iname '*.cpp')
|
||||
|
||||
|
||||
# =====RECIPES=====
|
||||
|
|
@ -31,7 +31,7 @@ prod: cmake-release
|
|||
|
||||
.PHONY: run
|
||||
run: build
|
||||
@ ./build/Debug/lander
|
||||
@ LANDER_API_KEY=test ./build/Debug/lander
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue