Subversion Repositories Kolibri OS

Rev

Rev 8102 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8102 superturbo 1
all:
8367 superturbo 2
	../../bin/kos32-tcc -c gb.c -I ../../libc/include
8102 superturbo 3
	ar -rcs libgb.a gb.o
4
clean:
5
	rm -f *.o
6
	rm -f *.a
7
install:
8
	cp libgb.a ../../bin/lib