X-Git-Url: https://git.llucax.com/software/mutest.git/blobdiff_plain/d5be024b1cc1a456cd9726d85a7e108e1818ae7f..5b3a1f1593fc57a4dd5b492f9b4cd55e28cb6eaa:/sample/Makefile diff --git a/sample/Makefile b/sample/Makefile index 3c1588c..19bf4c3 100644 --- a/sample/Makefile +++ b/sample/Makefile @@ -18,7 +18,7 @@ CFLAGS = -Wall -std=c89 TARGET = tester RUNNER_SRC = test_suite_runner.c MKMUTEST = ../mkmutest -MUTEST = ../py/mutest +MUTEST = ../mutest MUTEST_H = ../mutest.h MUTEST_C = ../mutest.c