mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 23:05:08 -04:00
b930732494
* Makefile rework. Add init and uncompressed targets * Update file_setup.sh for new makefile * Change CFLAGS
10 lines
118 B
Bash
10 lines
118 B
Bash
#!/bin/bash
|
|
|
|
if [ "$#" -ne "1" ];
|
|
then
|
|
echo "usage: $0 func_name"
|
|
exit 1
|
|
fi
|
|
|
|
tools/asm-differ/diff.py -mwo $1
|