feat: allow skips up to 8 characters long

This commit is contained in:
Jef Roosens 2022-11-29 15:08:07 +01:00
parent 4bcdd5c4d9
commit 88ea0db2ee
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 224 additions and 196 deletions

View file

@ -34,6 +34,10 @@ prod: cmake-release
run: build
@ LANDER_DATA_DIR=data LANDER_BASE_URL=http://localhost:18080/ LANDER_API_KEY=test ./build/Debug/lander
.PHONY: gdb
gdb: build
@ LANDER_DATA_DIR=data LANDER_BASE_URL=http://localhost:18080/ LANDER_API_KEY=test gdb --args ./build/Debug/lander
.PHONY: clean
clean:
@ rm -rf '$(BUILD_DIR)' compile_commands.json