Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. all:
  2.         fasm loadlibimg.asm
  3.         ar -csr libimg.a loadlibimg.o
  4. clean:
  5.         rm -f *.o *.a
  6.