From 0ef38ed632c5471263a99704dba75f00a83eaada Mon Sep 17 00:00:00 2001 From: Michael Tesch <tesch1@gmail.com> Date: Wed, 20 Mar 2019 15:24:51 +0100 Subject: [PATCH] added a distclean target to root Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 981e7d6..87efab7 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,9 @@ ios: and: cd DemoAndroid && ninja +distclean: + rm -rf BuildGLFW BuildSDL2 BuildEmsc Build-Xcode/turbobadger.xcodeproj Build-iOS/turbobadger.xcodeproj + #%: # cd Build && $(MAKE) $@ #