- 若要快速獲得執行結果,請使用
make clean all test。 make help: show the manual of ALL COMMANDS.all: Compile code and generate executable named "main.elf"test: Test data and output resultformat: Format program files automaticallyclean: Clean the executable "main.elf"
- 所有作業要求皆有完成。
- 若與作業要求相同測資,即如同操作方法所示,
make clean all test即可。 - 若還有額外測資,則
make clean all./main.elf <testfile name>
