summaryrefslogtreecommitdiff
path: root/tests/permute/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/permute/Makefile')
-rw-r--r--tests/permute/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/permute/Makefile b/tests/permute/Makefile
index 142014c..5a83187 100644
--- a/tests/permute/Makefile
+++ b/tests/permute/Makefile
@@ -2,7 +2,7 @@ CFLAGS=-W -Wall -Wextra -Werror -pedantic -std=c11 -O3 -march=native -mtune=nati
APP=./test-permute
OBJS=permute.o
-.PHONY=test all
+.PHONY=test all clean
all: $(APP)