diff --git a/Makefile b/Makefile index 6d31c32..0779f1e 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,9 @@ run : $(EXE) clean : -rm -rf $(ODIR) +mrproper : + clean but + ### BUTS FACTICES ### -.PHONY : but start clean +.PHONY : but run clean mrproper