This commit is contained in:
bronku 2025-11-17 19:39:10 +01:00
parent 1f6b998063
commit 3030f9bd98
6 changed files with 50 additions and 33 deletions

View file

@ -24,10 +24,10 @@ generate: build/run/1.in
# actually should depend on build/main and build/run, but that will trigger it every recompile, and i don't need that
build/run/1.in:
$(TARGET) -g -o build/run/1.in
$(TARGET) -g 100000 -o build/run/1.in
run: $(TARGET) build/run/1.in
$(TARGET) -i build/run/1.in -d build/run/tmp
$(TARGET) -i build/run/1.in -d build/run/tmp -o build/run/1.out
run_alt: $(TARGET) build/run/1.in
$(TARGET) -i build/run/1.in -d build/run/tmp -n 11 -b 100