9 lines
98 B
Makefile
9 lines
98 B
Makefile
|
|
|
||
|
|
all: test examples
|
||
|
|
|
||
|
|
test:
|
||
|
|
python3 nano.py test.nano
|
||
|
|
|
||
|
|
examples:
|
||
|
|
python3 nano.py examples/*.nano
|