Skip to content

Commit

Permalink
Android: fix assets cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Jun 11, 2018
1 parent 409d043 commit 956a0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/Makefile
Expand Up @@ -771,7 +771,7 @@ assets : $(ASSETS_TIMESTAMP)
fi

clean_assets :
@$(RM) -r assets
@$(RM) -r ${APP_ROOT}/assets

apk: local.properties assets $(ICONV_LIB) $(IRRLICHT_LIB) $(CURL_LIB) $(GMP_LIB) $(LEVELDB_TARGET) \
$(OPENAL_LIB) $(OGG_LIB) prep_srcdir $(ANDR_ROOT)/jni/src/android_version.h \
Expand Down

0 comments on commit 956a0ba

Please sign in to comment.