Makefile revision 279ade1311982e91a8baadf4deb6dabf651a1e5f
# Just a little hook script to easy building when in this directory
all:
$(MAKE) -C ..
clean:
$(MAKE) -C .. clean