From 8c316c12d6e1b87e783984a95269cc9c22b77cbd Mon Sep 17 00:00:00 2001 From: "tim.schubert@tu-bs.de" Date: Sun, 30 Oct 2016 00:34:32 +0200 Subject: [PATCH] Clean up test results. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6647956..14602f7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: $(FILE) tests .PHONY: clean clean: - rm netcalc + rm netcalc test/results $(FILE): $(FILE).c gcc $^ -o $@