This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
snackbar/Makefile
2024-04-22 19:50:44 +02:00

6 lines
90 B
Makefile

FLAGS := -s -skipbindings
TAGS := -tags webkit2_40
default:
wails dev $(FLAGS) $(TAGS)