From 061dc7ec46e7e2dba7b8c3ef6f09d7d383ad692c Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 9 May 2024 01:50:14 -0400 Subject: examples/*/Makefile, tests/*/Makefile: add BACKEND support, mark clean target as phony --- tests/permute/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/permute/Makefile') 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) -- cgit v1.2.3