cleaned up and modified makefile
This commit is contained in:
parent
9128415dd0
commit
614d3629a0
|
|
@ -26,3 +26,12 @@ clean:
|
|||
|
||||
pytest1:
|
||||
cat data/p01test.txt | python3 src/part01.py
|
||||
|
||||
pyrun1:
|
||||
cat data/p01data.txt | python3 src/part01.py
|
||||
|
||||
pytest2:
|
||||
cat data/p02test.txt | python3 src/part02.py
|
||||
|
||||
pyrun2:
|
||||
cat data/p02data.txt | python3 src/part02.py
|
||||
Binary file not shown.
Loading…
Reference in New Issue