about summary refs log tree commit diff
path: root/default.exe.do
blob: f5efa969d05ed156588504113a7df2d4b2854fca (plain) (blame)
1
2
3
4
5
6
7
8
9
redo-ifchange build_config
source ./build_config

DEPS="$2.o libbuchstabensuppe.a"
redo-ifchange $DEPS

$CC $CFLAGS -o "$3" "$2.o" -L. -lm -lharfbuzz -lutf8proc -lbuchstabensuppe -lschrift

# vim: ft=sh