From 90c8e858f7f8dd0491fc7a822e5630f3e478fad2 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Wed, 17 Apr 2013 01:56:45 -0400 Subject: [PATCH] May as well clean with every build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c1dd6a..35a7416 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ SDL2 = \ # Targets -build: +build: clean mkdir bin cp SDL2#.dll.config bin dmcs /unsafe -debug -out:bin/SDL2#.dll -target:library $(SDL2)