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 a0da1e7 commit d8e568b
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 @@ -90,9 +90,9 @@ perl:
@#echo "Installing Redis module or backdated version for older Perl"
@#$(SUDO_PERL) $(CPANM) --notest Redis || $(SUDO_PERL) $(CPANM) --notest DAMS/Redis-1.976.tar.gz

.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: test
test:
Expand Down

0 comments on commit d8e568b

Please sign in to comment.