mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-07 06:08:26 +00:00
11 lines
137 B
Makefile
11 lines
137 B
Makefile
THIS=$(notdir $(abspath .))
|
|
|
|
all:
|
|
$(MAKE) -C .. build_$(THIS)
|
|
|
|
check:
|
|
$(MAKE) -C .. check_$(THIS)
|
|
|
|
clean:
|
|
$(MAKE) -C .. clean_$(THIS)
|