ALL : babian

include ../common.mk
LOADLIBES = ../lib/libbabirl.a

babian.o : $(LOADLIBES)

babian : babian.o

clean : 
	rm -f *.o
