#       ~/public_html/src/bsd/jhs/bin/public/satelite/data/Makefile
all:	astra.pdf astra.txt

install:
	@true

cleandepend:
	@true
clean:
	@echo "If you really want to clean this web der, type make cleanmore"
cleanmore:
	rm -f astra.pdf astra.txt

.include <berklix.mk>
