[escher] Fix bug in makefile (inliner)

This commit is contained in:
Émilie Feral
2017-08-30 09:38:55 +02:00
parent aa88921c45
commit f4ecacdfdc

View File

@@ -75,7 +75,7 @@ INLINER := escher/image/inliner
$(INLINER): escher/image/inliner.c
@echo "HOSTCC $@"
@$(HOSTCC) -std=c99 `libpng-config --cflags` `libpng-config --ldflags` $< -o $@
@$(HOSTCC) -std=c99 `libpng-config --cflags` $< `libpng-config --ldflags` -o $@
%.h %.cpp : %.png $(INLINER)
@echo "INLINER $@"