python-uncompyle6/uncompyle6/Makefile
2015-12-11 18:49:23 -05:00

8 lines
140 B
Makefile

# Whatever it is you want to do, it should be forwarded to the
# to top-level irectories
PHONY=check all
all: check
%:
$(MAKE) -C .. $@