mostly working, eats some data
This commit is contained in:
parent
cf024f1c4c
commit
65a942f799
3 changed files with 149 additions and 4 deletions
5
makefile
5
makefile
|
|
@ -18,7 +18,10 @@ build/run/1.in:
|
|||
run: build/main build/run/1.in
|
||||
build/main -i build/run/1.in -d build/run/tmp
|
||||
|
||||
run_alt: build/main build/run/1.in
|
||||
build/main -i build/run/1.in -d build/run/tmp -n 11 -b 100
|
||||
|
||||
debug: build/main tests/1.in
|
||||
lldb -- build/main
|
||||
|
||||
.PHONY: clean run debug test generate
|
||||
.PHONY: clean run debug test generate run_alt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue