From 5fdb0f61799fa1dc1d84c28194f3c6c0b5b16dc7 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 2 Apr 2011 02:44:27 +0200 Subject: [PATCH] don't use bashism in Makefile --- firmware/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index fa8860c..635e79b 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -17,7 +17,10 @@ obj/$(NAME).bin: obj/$(NAME).axf checksum -v obj/$(NAME).bin clean: - rm -f obj/*.{axf,bin,map,o} + rm -f obj/*.axf + rm -f obj/*.bin + rm -f obj/*.map + rm -f obj/*.o deploy: dfu-util -d 0471:df55 -c 0 -t 2048 -R -D /opt/LPCXpresso/bin/LPCXpressoWIN.enc || :