From 1a5cf08e054aa965b58aed143a2e37b6f89af2d6 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 7 Dec 2017 18:59:36 -0800 Subject: Update clean target to remove UI object files --HG-- branch : nuklear_ui --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ee8848..65b2da0 100644 --- a/Makefile +++ b/Makefile @@ -262,4 +262,4 @@ font.tiles : font.png menu.bin : font_interlace_variable.tiles arrow.tiles cursor.tiles button.tiles font.tiles clean : - rm -rf $(ALL) trans ztestrun ztestgen *.o + rm -rf $(ALL) trans ztestrun ztestgen *.o nuklear_ui/*.o -- cgit v1.2.3