diff --git a/Makefile b/Makefile index 1e7df34..4927c99 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ re: fclean all rebonus: fclean bonus -.PHONY: all clean fclean re rebonus coffee +.PHONY: all clean fclean re rebonus coffee bozo coffee: @clear @@ -135,3 +135,12 @@ coffee: @echo ' ""--..,,_____ _____,,..--"""''' @echo ' """------"""' make coffee + +bozo : + @wget -q -O bozo.gif https://i.kym-cdn.com/photos/images/newsfeed/002/322/200/e51.gif + @xdg-open bozo.gif + @sleep 0.15 + @xdotool key F11 + @sleep 4.1 + @pkill eog + @rm bozo.gif