Current section

Files

Jump to
pdfium Makefile
Raw

Makefile

all:
@$(MAKE) -C c_src all
clean:
@$(MAKE) -C c_src clean
.PHONY: all clean
# .SILENT: