diff --git a/Makefile b/Makefile index 079b2732..a6a36c05 100644 --- a/Makefile +++ b/Makefile @@ -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