1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00
2016-01-28 17:32:55 +07:00

14 lines
159 B
Makefile

#
# Makefile to run pyasm tests, etc.
#
test:
cp pyasm pyasm.py
python test_pyasm.py
run:
python pyasm test.asm
clean:
rm -f *.log pyasm.py *.lst *.ptp