mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[escher] Fix bug in makefile (inliner)
This commit is contained in:
@@ -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 $@"
|
||||
|
||||
Reference in New Issue
Block a user