(libretro-db) Add rules to clean target

This commit is contained in:
twinaphex 2015-09-22 14:50:20 +02:00
parent f7d0f25c07
commit f47ee55525

View File

@ -76,4 +76,7 @@ check: testlib.so tests.lua
lua ./tests.lua
clean:
rm -rf $(LIBRETRO_COMMON_DIR)/*.o
rm -rf $(LIBRETRO_COMMON_DIR)/compat/*.o
rm -rf $(LIBRETRO_COMMON_DIR)/file/*.o
rm -rf *.o rmsgpack_test lua_converter libretrodb_tool testlib.so