From 6fa0959ac65f473ad0f74561f4fc470979e0c508 Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Sun, 29 Nov 2020 18:30:28 +1100 Subject: [PATCH] Fixed then command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7246dd..c4dfced 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ifeq ($(OS), Windows_NT) options = -pthread -lopengl32 -lgdi32 -lwinmm -mwindows # Set Windows commands - THEN = & + THEN = && cleanCommand = del ${CURDIR}\build\*.exe else # Check for MacOS/Linux