Browse Source

makefile: target for ungz util

K. Lange 5 years ago
parent
commit
fbc43253a7
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile

+ 4 - 0
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