# Makefile for fritzhook library



all: fritzhook

fritzhook:
	make -C linux

clean:
	rm lib/*.o lib/*.a linux/*.o linux/*.so








