aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6467127..f96e4ca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CFLAGS ?= -std=c11 -Wall -Werror -pedantic
-all: svcscan svcsupervise #svcok svcstat svctl
+all: svcscan svcsupervise svcok #svcstat svctl
svcscan: svcscan.c
${CC} ${CFLAGS} -o svcscan svcscan.c