mirror of
https://github.com/clearlinux/clr-check-perl-modules.git
synced 2026-06-15 18:45:53 +00:00
8 lines
75 B
Makefile
8 lines
75 B
Makefile
all: build
|
|
|
|
build:
|
|
$(MAKE) -C src build
|
|
|
|
install:
|
|
$(MAKE) -C src install
|