From 235be3a39254b597a58c172e440dae65d7a02513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 24 May 2018 09:04:03 +0200 Subject: Always distclean before CI builds --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3