mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
10 lines
122 B
Makefile
Executable File
10 lines
122 B
Makefile
Executable File
######
|
|
# Makefile for the python disassembler.
|
|
######
|
|
|
|
test:
|
|
./idasm test/40tp_simpleDisplay.ptp
|
|
|
|
clean:
|
|
rm -f *~ *.pyc
|