From: Karl Palsson Date: Mon, 14 Nov 2011 03:03:07 +0000 (+0000) Subject: Remove confusing distclean/clean dichotomy X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=93da0169c08cb7d81ba2b530ac93482de6ec7bc1;p=fw%2Fstlink Remove confusing distclean/clean dichotomy in the top level, make clean cleans all stlink code. in an application level, it only cleans that application --- diff --git a/Makefile b/Makefile index d35b3c4..f24ed13 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,6 @@ clean: rm -rf $(LIBRARY) rm -rf test_usb* rm -rf test_sg* - -distclean: clean $(MAKE) -C flash clean $(MAKE) -C gdbserver clean