1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-06-28 22:42:01 +03:00

boom/manu/Makefile.common: rm -f is enough, no need for -rf

This commit is contained in:
Werner Almesberger 2010-10-24 13:10:00 -03:00
parent ce1d269f3e
commit fa21900b0f

View File

@ -9,7 +9,7 @@ EQU = $(shell ../../boom-config equ)
all: $(NAME).chr
$(NAME).chr: $(EQU) $(NAME).gen
$(BOOM) gen2chr $(UC_NAME) $^ >$@ || { rm -rf $@; exit 1; }
$(BOOM) gen2chr $(UC_NAME) $^ >$@ || { rm -f $@; exit 1; }
test:
$(BOOM) gen2chr -n $(UC_NAME) $(EQU) $(NAME).gen