Files
python-uncompyle6/uncompyle6/semantics/Makefile

8 lines
141 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 ../.. $@