Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jan 30, 2024
1 parent 084dab7 commit 1a5c127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ perl: perl-libs cpan
perl-libs:
cd lib && $(MAKE)

.PHONY: reinstall
reinstall:
PERL_USER_INSTALL=1 CPAN_OPTS="--reinstall" $(MAKE) perl
#.PHONY: reinstall
#reinstall:
# PERL_USER_INSTALL=1 CPAN_OPTS="--reinstall" $(MAKE) perl

.PHONY: fatpacks-local
fatpacks-local:
Expand Down

0 comments on commit 1a5c127

Please sign in to comment.