mirror of
https://github.com/clearlinux/clr-check-perl-modules.git
synced 2026-09-01 02:44:51 +00:00
8 lines
75 B
Makefile
8 lines
75 B
Makefile
all: build
|
|
|
|
build:
|
|
$(MAKE) -C src build
|
|
|
|
install:
|
|
$(MAKE) -C src install
|