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)