makefile: target for ungz util

This commit is contained in:
K. Lange 2018-10-16 14:14:23 +09:00
parent f0b61e7d41
commit fbc43253a7

View File

@ -381,3 +381,7 @@ ext-freetype: base/lib/libtoaru_ext_freetype_fonts.so
# Cairo: Compositor rendering backend
ext-cairo: base/lib/libtoaru_ext_cairo_renderer.so
# Other extra stuff
fatbase/extra/ungz: util/ungz.c
$(CC) -o $@ $< -lz