summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-12-07 18:59:36 -0800
committerMichael Pavone <pavone@retrodev.com>2017-12-07 18:59:36 -0800
commit1a5cf08e054aa965b58aed143a2e37b6f89af2d6 (patch)
tree61b8a0919b52650e89b5519e58c8adfad3591236
parentc9b14bee9ad8354633bff888abacc600a778b54d (diff)
Update clean target to remove UI object files
--HG-- branch : nuklear_ui
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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