diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-11-24 23:45:39 +0100 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-11-24 23:45:39 +0100 |
commit | 046fdcf0d37359c04735c0189b350757e893723c (patch) | |
tree | 8aa135e116b3b2bef1c8e0ce5d3f9ed8b0c02d18 /test/Makefile | |
parent | f9f2b6bb2d685556bc3346ca3f7e55f4c865fc16 (diff) | |
download | dynld-046fdcf0d37359c04735c0189b350757e893723c.tar.gz dynld-046fdcf0d37359c04735c0189b350757e893723c.zip |
fix test Makefile
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
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 |