From 58bcd4eee8b6cad11b7a79301d77d8cd6a81a525 Mon Sep 17 00:00:00 2001 From: Mikhail Burakov <mburakov@mailbox.org> Date: Mon, 29 Jun 2020 19:08:14 +0200 Subject: Fix conflict with imagemagick --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index b954d99..b5ad669 100644 --- a/makefile +++ b/makefile @@ -9,7 +9,7 @@ LDFLAGS:=-O3 -s -lwayland-client -lrt all: $(target) sample.pui sample.pui: convert sample.bmp sample.ini - $^ > $@ + ./$^ > $@ convert: convert.c $(CC) $(CFLAGS) -s $< -o $@ -- cgit v1.2.3