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 91c803c commit ac3c2af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ 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:
export CPAN_OPTS="--reinstall" $(MAKE) perl

.PHONY: test
test:
tests/all.sh
Expand Down

0 comments on commit ac3c2af

Please sign in to comment.