2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-11 06:32:27 +00:00
qpdf/make/proxy.mk

11 lines
137 B
Makefile
Raw Normal View History

THIS=$(notdir $(abspath .))
all:
$(MAKE) -C .. build_$(THIS)
check:
$(MAKE) -C .. check_$(THIS)
clean:
$(MAKE) -C .. clean_$(THIS)