mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-10-31 20:39:14 +00:00
4 lines
62 B
Makefile
4 lines
62 B
Makefile
|
.PHONY: all
|
||
|
|
||
|
all:
|
||
|
python3 generate_tables.py instructions
|