From 23842595fde7add7bcac0ca019b300249f71c43e Mon Sep 17 00:00:00 2001 From: tTh Date: Wed, 28 Aug 2024 21:23:55 +0200 Subject: [PATCH] add a default target --- funcs/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/funcs/Makefile b/funcs/Makefile index 8a7fc15..426b3c0 100644 --- a/funcs/Makefile +++ b/funcs/Makefile @@ -19,6 +19,8 @@ OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \ #--------------------------------------------------------------- +all: t + tests.o: tests.c tests.h $(DEPS) gcc $(COPT) -I/usr/include/netpbm -c $<