From de580749e2852b5e6e2c3e3eba6613a48c40adbb Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Sat, 22 Jan 2022 20:10:44 -0800 Subject: Add Nix flake --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88ed5f4..999a677 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,8 @@ lint: $(MAKE) -C test lint test: - $(MAKE) -C test + $(MAKE) -C test all -.PHONY: install uninstall lint test +check: lint test + +.PHONY: install uninstall lint test check -- cgit v1.2.3