final?
This commit is contained in:
parent
1f6b998063
commit
3030f9bd98
6 changed files with 50 additions and 33 deletions
4
makefile
4
makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue