Artifact de98ce3076c43a2c095a7730fedcd092ff4d8ce8559bff03ec43bdb8fc57d0fd:
- File dist/makefile — part of check-in [d248dc5965] at 2021-01-19 22:02:23 on branch trunk — add dist mechanism (user: lexi, size: 264) [annotate] [blame] [check-ins using]
# vim: ft=make
runtime ?= /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtn.o
all: parsav parsavd
%: %.o
ld -o $@ $< $(runtime) ${NIX_LDFLAGS} -L. -ljson-c -lpq -lmbedtls -lmbedcrypto -lmongoose -lc
strip @$
%.o: %.ll
llc --filetype=obj --relocation-model=pic $<