diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ FORCE: clean: rm -f $(PROGS) $(TESTS) $(BENCHMARKS) -%.run: +%.run: % $* test: tests $(addsuffix .run, $(TESTS)) FORCE |