diff --git a/Makefile b/Makefile index ceaeb3d1618a62f7d893c41de1329f95a2894969..e053a496e91a65319a2c47f4067cd93905e1a0d3 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ $(TAR): assembler.o clean: rm -rf *.o $(TAR) + rm -rf sample_input/*.o help: @echo "The following options are provided with Make\n\t$$ make \t\t# build assembler\n\t$$ make clean \t# clean the build\n\t$$ make test \t# test cases"