euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit 534c2b3a77832387928e497d11954490eb7d1c30 (patch)
parent 5324017a1dda02918bc50c0ed242fd540730627e
Author: Alex Karle <alex@karle.co>
Date:   Sun, 29 Mar 2020 00:33:39 -0400

build: Test-compile gloat.pl to check for big-bugs

Perl's test-compile feature catches a lot of compilation errors (i.e.
dropped semicolon, mismatched parens, etc), that can give wacky output
(especially for people unfamiliar with it).

Now just to put this Makefile in a builds.sr.ht recipe...

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,3 +1,4 @@ test: + perl -c gloat.pl perl t/Card.t perl t/Game.t