diff --git a/Makefile b/Makefile index f507674..2ecd77b 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ SHELL := bash .DELETE_ON_ERROR: MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -.PHONY: help clean build install +.PHONY: help clean build install tests test all: build