From 17abf467c022a3f8167a07598ae73c3945c85eb3 Mon Sep 17 00:00:00 2001 From: Trevor Bergeron Date: Sat, 26 Jun 2021 16:20:57 -0700 Subject: [PATCH] Add windows to phony targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07bb5a3..179e701 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all clean linux android +.PHONY: all linux android windows clean DEFAULT_GOAL: linux