Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
8107 superturbo 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