gg: sokol fixes and text rendering benchmark

This commit is contained in:
Alexander Medvednikov 2020-05-30 12:52:23 +02:00
parent f9cb0d443b
commit dd34e65398
5 changed files with 241 additions and 20 deletions

View file

@ -63,10 +63,10 @@ endif
@echo "V has been successfully built"
@./v -version
clean: clean_tmp
git clean -xf
#clean: clean_tmp
#git clean -xf
clean_tmp:
clean:
rm -rf $(TMPTCC)
rm -rf $(TMPVC)