From 9a0504f94a163680416c9081ba7b6120f5240d3e Mon Sep 17 00:00:00 2001 From: Wolfywolfy Date: Mon, 22 Nov 2021 10:27:46 -0300 Subject: [PATCH] typo fixed on makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c170f62..4cb74dd 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ cube: # dolphin example dolphin: $(MAKE) -C src/samples/dolphin all clean -# floors examples +# floors example floors: $(MAKE) -C src/samples/floors all clean