diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-26 21:51:05 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-26 21:51:05 +0100 |
commit | f4c11821dd1b41785d55023ea4828bb4b3a8adde (patch) | |
tree | c457430723f60044c2cd6e8e6f5632f88320b1d4 /Makefile | |
parent | Test libglitter_per_channel_desaturate_{double,float} (diff) | |
download | libglitter-f4c11821dd1b41785d55023ea4828bb4b3a8adde.tar.gz libglitter-f4c11821dd1b41785d55023ea4828bb4b3a8adde.tar.bz2 libglitter-f4c11821dd1b41785d55023ea4828bb4b3a8adde.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ libglitter.$(LIBEXT): $(LOBJ) $(CC) $(LIBFLAGS) -o $@ $(LOBJ) $(LDFLAGS) check: $(TESTS) - @for t in $(TESTS); do printf './%s\n' $$t; ./$$t || exit 1; done + @for t in $(TESTS); do printf './%s\n' $$t; $(CHECK_PREFIX) ./$$t || exit 1; done install: libglitter.a libglitter.$(LIBEXT) mkdir -p -- "$(DESTDIR)$(PREFIX)/lib" |