add a default target

This commit is contained in:
tTh 2024-08-28 21:23:55 +02:00
parent 6069c45b5a
commit 23842595fd
1 changed files with 2 additions and 0 deletions

View File

@ -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) tests.o: tests.c tests.h $(DEPS)
gcc $(COPT) -I/usr/include/netpbm -c $< gcc $(COPT) -I/usr/include/netpbm -c $<