summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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 $@