Skip to content

Commit

Permalink
Install all the components
Browse files Browse the repository at this point in the history
  • Loading branch information
bwarden committed Aug 1, 2023
1 parent a245caf commit a9a7297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ all: build
build: clr-check-perl-modules clr-check-perl-modules-motd

install: clr-check-perl-modules clr-check-perl-modules-motd
install -D -m 755 --target-directory=${DESTDIR}/usr/bin $<
install -D -m 755 --target-directory=${DESTDIR}/usr/bin $^

clr-check-perl-modules: clr-check-perl-modules.pl
cp $< $@
Expand Down

0 comments on commit a9a7297

Please sign in to comment.