Merge pull request 'Add `windows` to phony targets' (#6) from mal/libcwtch-go:phony-windows-target into trunk
continuous-integration/drone/push Build is passing Details

Reviewed-on: #6
Reviewed-by: Dan Ballard <dan@openprivacy.ca>
This commit is contained in:
Dan Ballard 2021-06-30 11:39:50 -07:00
commit 539a28444b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.PHONY: all clean linux android
.PHONY: all linux android windows clean
DEFAULT_GOAL: linux