comparison Makefile @ 214:da24df80c25d

Fix Makefile clean target: don't fail if no back end bin to delete.
author Sascha Wilde <wilde@intevation.de>
date Tue, 24 Jul 2018 10:58:38 +0200
parents cd6ad5eaef8d
children 3fdbdd59ef80
comparison
equal deleted inserted replaced
213:2fad2931a5a6 214:da24df80c25d
45 client: 45 client:
46 $(MAKE) -f Makefile.build -C client 46 $(MAKE) -f Makefile.build -C client
47 47
48 clean: 48 clean:
49 $(MAKE) -f Makefile.build -C client $@ 49 $(MAKE) -f Makefile.build -C client $@
50 rm "$(gemma-bin)" 50 rm -f "$(gemma-bin)"
51 rm -rf "$(BUILDBASE)" 51 rm -rf "$(BUILDBASE)"