i'm trying to compile STASM on my macbook pro. I followed this post compiling stasm for mac and i put the makefile https://github.com/tsaizhenling/stuff/blob/master/makefile in my stasm folder.
But when i try to do:
make -f makefile
it returns this error:
make: *** No rule to make target `../apps/mdiff/mdiff.cpp', needed by `mdiff.o'. Stop.
Hope in your help!
Luca