include Makefile.conf

build:
	cd src; make

install:
	cd src; make install

clean:
	cd src; make clean


