#
# Makefile for "bin"
#

.PHONY: all
all: qppp_x

.PHONY: qppp_x
qppp_x:
	chmod a+x qppp


##BLOCK##

.PHONY: depend
depend:

.PHONY: clobber
clobber:

##ENDBLOCK##


.DEFAULT:
	@echo "*** unknown target $@ (ignored)"
