ALL:
	cd src && make && cp ant ..
	cd po && msgfmt pl.po -o pl.mo && mkdir -p pl/LC_MESSAGES && mv pl.mo pl/LC_MESSAGES/ant.mo

clean:
	cd src && make clean
	cd po && rm -f pl/LC_MESSAGES/ant.mo && rmdir -p pl/LC_MESSAGES
	rm -f ant

#install:
