Basic working version without persistent storage

This commit is contained in:
Jef Roosens 2022-11-15 21:12:08 +01:00
parent cae62ce7d2
commit a2fcbb4224
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
8 changed files with 83 additions and 25 deletions

View file

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