kolibrios/programs/develop/ktcc/trunk/lib/buf2d/Makefile

11 lines
119 B
Makefile
Raw Normal View History

all:
fasm buf2d.asm buf2d.o
ar -csr libbuf2d.a buf2d.o
clean:
rm -f *.a
rm -f *.o
install:
mv *.a ../../bin/lib