summaryrefslogtreecommitdiffstats
path: root/hello/hello_world_c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hello/hello_world_c/Makefile')
-rw-r--r--hello/hello_world_c/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/hello/hello_world_c/Makefile b/hello/hello_world_c/Makefile
index 6956b28..4717c86 100644
--- a/hello/hello_world_c/Makefile
+++ b/hello/hello_world_c/Makefile
@@ -4,9 +4,6 @@
PGM=${ARCH}/hello.exe
-# optional managers required
-MANAGERS=all
-
# C source names
CSRCS = test.c
COBJS = $(CSRCS:%.c=${ARCH}/%.o)