From 27542bbc4a58f46b1fbd8037f9df85d11fdce44b Mon Sep 17 00:00:00 2001 From: JozanLeClerc <> Date: Sun, 22 May 2022 14:39:57 +0000 Subject: Its cool FossilOrigin-Name: 25af2cffe75e6654fb19ea2df8cdcbc22e1e1b80 --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab1a625..e1e68da 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # BSD Makefile -default: all +default: run SRCS_DIR := src INSTALL_DIR := /usr/local/www/jozan @@ -55,7 +55,10 @@ re: clean all install: ${CP} ${TARGET} ${INSTALL_DIR} -.PHONY: all clean re install +run: ${TARGET} + ./${TARGET} + +.PHONY: all clean re install run # Files prefixes # -------------- -- cgit v1.2.3