summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
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
# --------------