forked from KolibriOS/kolibrios
e08c6968ef
git-svn-id: svn://kolibrios.org@9558 a494cfbc-eb01-0410-851d-a64ba20cac60
11 lines
116 B
Makefile
11 lines
116 B
Makefile
all:
|
|
fasm boxlib.asm
|
|
ar -crs libbox.a boxlib.o
|
|
|
|
clean:
|
|
rm -f *.a
|
|
rm -f *.o
|
|
|
|
install:
|
|
mv libbox.a ../../bin/lib
|