May as well clean with every build.

This commit is contained in:
Ethan Lee 2013-04-17 01:56:45 -04:00
parent a571614c3b
commit 90c8e858f7

View file

@ -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)