Makefile rework. Add init and uncompressed targets. (#15)

* Makefile rework. Add init and uncompressed targets

* Update file_setup.sh for new makefile

* Change CFLAGS
This commit is contained in:
Rozelette
2020-09-11 19:00:17 -04:00
committed by GitHub
parent 0844c24773
commit b930732494
10 changed files with 1665 additions and 92 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
if [ "$#" -ne "1" ];
then
echo "usage: $0 func_name"
exit 1
fi
tools/asm-differ/diff.py -mwo $1