diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-12-07 18:59:36 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-12-07 18:59:36 -0800 |
commit | 1a5cf08e054aa965b58aed143a2e37b6f89af2d6 (patch) | |
tree | 61b8a0919b52650e89b5519e58c8adfad3591236 | |
parent | c9b14bee9ad8354633bff888abacc600a778b54d (diff) |
Update clean target to remove UI object files
--HG--
branch : nuklear_ui
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |