The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

.DEFAULT_GOAL = all

all clean test qtest vtest: perl/Triceps/Makefile
	$(MAKE) -C cpp $@
	$(MAKE) -C perl/Triceps $@

clobber:
	$(MAKE) -C cpp $@
	$(MAKE) -C perl/Triceps $@

install: all
	$(MAKE) -C perl/Triceps $@ DESTDIR='$(DESTDIR)'

uninstall:
	$(MAKE) -C perl/Triceps $@ DESTDIR='$(DESTDIR)'

perl/Triceps/Makefile: perl/Triceps/Makefile.PL
	cd perl/Triceps && perl Makefile.PL

release:
	./mkrelease