summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2020-06-29 19:08:14 +0200
committerMikhail Burakov <mburakov@mailbox.org>2020-06-29 19:08:14 +0200
commit58bcd4eee8b6cad11b7a79301d77d8cd6a81a525 (patch)
tree1dd09f0aaf589ec07549cc02bc53294cea0f643f /makefile
parent07903b6a1f7240d682c75ecfe412c539e13fddd0 (diff)
Fix conflict with imagemagick
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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 $@