Subversion Repositories Kolibri OS

Rev

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

  1. all:
  2.         fasm boxlib.asm
  3.         ar -crs libbox.a boxlib.o
  4.  
  5. clean:
  6.         rm -f *.a
  7.         rm -f *.o
  8.  
  9. install:
  10.         mv libbox.a ../../bin/lib
  11.