adding thumb assembler, cant decide if I really want this here
This commit is contained in:
12
tas/Makefile
Normal file
12
tas/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
tas : tas.c
|
||||
gcc -o tas tas.c
|
||||
|
||||
clean :
|
||||
rm -f tas
|
||||
rm -f *.bin
|
||||
rm -f *.hex
|
||||
rm -f *.s.s
|
||||
rm -f *.s.diss
|
||||
|
||||
|
||||
Reference in New Issue
Block a user