From c38cbaf0f74c51602284c48fd27edaefe0ec7013 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 23 Jul 2023 11:48:57 -0230 Subject: add 'run' target to makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index db17c6e..35d3fd1 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ build: go test gofmt -l -s -w . +run: build + ./pfc + clean: rm -f pfc @@ -21,4 +24,4 @@ uninstall: rm -f ${DESTDIR}${PREFIX}/bin/pfc \ ${DESTDIR}${MANPREFIX}/man1/pfc.1 -.PHONY: build install uninstall +.PHONY: build run install uninstall -- cgit v1.2.3