aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-24 09:04:03 +0200
committerLoïc Hoguin <[email protected]>2018-05-24 09:06:15 +0200
commit235be3a39254b597a58c172e440dae65d7a02513 (patch)
treee490f69514b957e733b4ebe89014fd2db7b41870
parent9cca3cbac491fa54494553f1d824a62b4b1340af (diff)
downloadesdl2-235be3a39254b597a58c172e440dae65d7a02513.tar.gz
esdl2-235be3a39254b597a58c172e440dae65d7a02513.tar.bz2
esdl2-235be3a39254b597a58c172e440dae65d7a02513.zip
Always distclean before CI builds
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e18b748..8beee18 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,10 @@ CFLAGS += $(shell sdl2-config --cflags)
# @todo -undefined dynamic_lookup on OSX?
LDLIBS += $(SDL2_LIBS) -lSDL2_image -lSDL2_ttf
+# Clean the environment before each CI builds.
+
+ci-setup:: distclean-c_src-env
+
# Additional checks.
check:: cppcheck scan-build