From f8ce0b2c92d8538986988030bec90b2e392d8d00 Mon Sep 17 00:00:00 2001 From: Dmitry Boulytchev Date: Wed, 19 Feb 2020 15:29:19 +0300 Subject: [PATCH] Better tutorial --- tutorial/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/Makefile b/tutorial/Makefile index 47df55a9c..28608ef39 100644 --- a/tutorial/Makefile +++ b/tutorial/Makefile @@ -10,4 +10,4 @@ all: $(ALL) $(LAMAC) $< clean: - rm -Rf *.s *.o *.i *~ + rm -Rf *.s *.o *.i *~ $(ALL)