Skip to content

Commit

Permalink
Fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Bujanca committed Jun 22, 2020
1 parent e281d4c commit 47a7ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ usecases:
@echo " available targets are : flame"
@echo ""

@echo -n " - ReFusion [Palazollo et al, IROS '19]: "; if [ -f benchmarks/flame ] ; then echo -e "\033[1;32mFound\033[0m" ; else echo -e "\033[1;31mNot found (make refusion)\033[0m" ; fi
@echo -n " - ReFusion [Palazollo et al, IROS '19]: "; if [ -f benchmarks/refusion ] ; then echo -e "\033[1;32mFound\033[0m" ; else echo -e "\033[1;31mNot found (make refusion)\033[0m" ; fi
@echo " repository: https://github.com/mihaibujanca/refusion"
@echo " available targets are : refusion"
@echo ""
Expand Down

0 comments on commit 47a7ea2

Please sign in to comment.