home: hub: zuo

ref: 22dc4268f62e3cc16b17525ec4c1f9e0e6ccdcb4
dir: /Makefile.in/

View raw version
# `configure` adds lines before to record configuration

.PHONY: zuos-to-run-and-install
zuos-to-run-and-install: zuo
	./zuo . zuos-to-run-and-install

zuo: $(srcdir)/zuo.c
	$(CC) $(CPPFLAGS) $(CFLAGS) -DZUO_LIB_PATH='"'"$(srcdir)/lib"'"' -o zuo $(srcdir)/zuo.c $(LDFLAGS) $(LIBS)

.PHONY: install
install: zuo
	./zuo . install