🧹 removed clean target from builder/Makefile

This commit is contained in:
ful1e5 2021-08-13 14:57:33 +05:30
parent 33bb95d64d
commit b7a7e50b32

View file

@ -8,7 +8,7 @@ X_SIZES ?=22 24 28 32 40 48 56 64 72 80 88 96
WIN_CANVAS_SIZE ?= 32
WIN_SIZE ?= 24
setup: clean
setup:
@python3 -m pip install clickgen --user
build: setup build.py