ICK_FLAGS=-b
ICK_LIBDIR=/usr/share/intercal/lib
ICK_EXTRA_LIBS=

% : %.i
	ick ${ICK_FLAGS} $<

%.i : %.li
	grep -h -v '^# ' $< ${ICK_EXTRA_LIBS} >$@
