mirror of
https://github.com/ModOrganizer2/udis86.git
synced 2026-07-27 14:05:57 -07:00
10 lines
127 B
Makefile
10 lines
127 B
Makefile
EXTRA_DIST = \
|
|
ud_opcode.py \
|
|
ud_itab.py
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
clean-local:
|
|
-rm -f *.pyc
|
|
-rm -f ud_asmtest*
|