From 6eb474bbf34f3e95291459cd01ea31e21f08bfe8 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sun, 24 Apr 2016 16:12:07 -0700 Subject: Don't ignore make test errors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ae88261..02c8f07 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ fzytest: fzytest.o match.o choices.o $(CC) $(CFLAGS) $(CCFLAGS) -o $@ $^ test: fzytest - -$(DEBUGGER) ./fzytest + $(DEBUGGER) ./fzytest fzy: fzy.o match.o tty.o choices.o $(CC) $(CFLAGS) $(CCFLAGS) -o $@ $^ -- cgit v1.2.3