6 lines
90 B
Makefile
6 lines
90 B
Makefile
FLAGS := -s -skipbindings
|
|
TAGS := -tags webkit2_40
|
|
|
|
default:
|
|
wails dev $(FLAGS) $(TAGS)
|