makefile: target for ungz util
This commit is contained in:
parent
f0b61e7d41
commit
fbc43253a7
4
Makefile
4
Makefile
@ -381,3 +381,7 @@ ext-freetype: base/lib/libtoaru_ext_freetype_fonts.so
|
|||||||
|
|
||||||
# Cairo: Compositor rendering backend
|
# Cairo: Compositor rendering backend
|
||||||
ext-cairo: base/lib/libtoaru_ext_cairo_renderer.so
|
ext-cairo: base/lib/libtoaru_ext_cairo_renderer.so
|
||||||
|
|
||||||
|
# Other extra stuff
|
||||||
|
fatbase/extra/ungz: util/ungz.c
|
||||||
|
$(CC) -o $@ $< -lz
|
||||||
|
Loading…
Reference in New Issue
Block a user