Differences From Artifact [814abb2313]:
- File makefile — part of check-in [611a321026] at 2022-11-04 16:49:18 on branch trunk — fix privilege bugs, make visible and shout actually do things (user: lexi, size: 3719) [annotate] [blame] [check-ins using]
To Artifact [d82d5fe9f4]:
- File makefile — part of check-in [ce454cea05] at 2025-02-07 11:06:45 on branch trunk — move back to AGPLv3 away from extremely sketchy EUPL; fix stinkscrape invocation; update authmech list (user: lexi, size: 3716) [annotate] [blame] [check-ins using]
22 22 llc --march=$(target) $< 23 23 24 24 static/%.svg.clean: static/%.svg 25 25 svgcleaner $< $@ 26 26 static/%.webp: static/%.png 27 27 cwebp -q 90 $< -o $@ 28 28 static/%.png: static/%.svg 29 - inkscape -f $< -C -d 180 -e $@ 29 + inkscape -C -d 180 -o $@ $< 30 30 static/%.css: static/%.scss 31 31 sassc -t compressed $< $@ 32 32 33 33 clean: 34 34 rm parsav parsav.o $(images) $(styles) 35 35 36 36 install: parsav parsavd