6 lines
79 B
Makefile
Raw Normal View History

all:
fasm loadlibimg.asm
ar -csr libimg.a loadlibimg.o
clean:
rm -f *.o *.a