aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 0efa3fc..3e6fd74 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -4,7 +4,7 @@ check: build
./checker
build: checker.cc
- g++ -o cHecker -g -O2 -I ../include -Wall -Wextra $^
+ g++ -o checker -g -O2 -I ../include -Wall -Wextra $^
clean:
rm -f checker