feat: allow skips up to 8 characters long
This commit is contained in:
parent
4bcdd5c4d9
commit
88ea0db2ee
4 changed files with 224 additions and 196 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue