Skip to content
Snippets Groups Projects
Commit 027099d6 authored by lang0909's avatar lang0909
Browse files

Modify Makefile

parent b52c8694
Branches
No related tags found
No related merge requests found
Pipeline #2151 failed
...@@ -13,6 +13,7 @@ $(TAR): assembler.o ...@@ -13,6 +13,7 @@ $(TAR): assembler.o
clean: clean:
rm -rf *.o $(TAR) rm -rf *.o $(TAR)
rm -rf sample_input/*.o
help: 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" @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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment