summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/TESTS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libncurses/TESTS/Makefile')
-rw-r--r--lib/libncurses/TESTS/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/TESTS/Makefile b/lib/libncurses/TESTS/Makefile
index 4136d74..d120982 100644
--- a/lib/libncurses/TESTS/Makefile
+++ b/lib/libncurses/TESTS/Makefile
@@ -6,9 +6,9 @@ CLEANFILES += $(TESTS)
LIBS += -lncurses -lmytinfo
-all: $(TESTS)
+all: $(TESTS)
-$(TESTS):
+$(TESTS):
$(CC) $(CFLAGS) $(LDFLAGS) ${.CURDIR}/$@.c -o $@ $(LIBS)
test: test.c
OpenPOWER on IntegriCloud