home: hub: zuo

ref: d25c17b544331ea7ef63cb92cff9f4f410e46b6d
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