chore: Makefile improvements and cleanup #2

Closed
mvhutz wants to merge 16 commits from chore/makefile-improvements into main
Showing only changes of commit bb48d0777b - Show all commits

View File

@@ -22,9 +22,11 @@ run: it
@ ./lambda - < ./samples/$(TEST).txt > program.out @ ./lambda - < ./samples/$(TEST).txt > program.out
profile: it profile: it
@ mkdir -p profile
@ ./lambda -p profile/cpu.prof - < ./samples/$(TEST).txt > program.out @ ./lambda -p profile/cpu.prof - < ./samples/$(TEST).txt > program.out
explain: it explain: it
@ mkdir -p profile
@ ./lambda -x -p profile/cpu.prof - < ./samples/$(TEST).txt > program.out @ ./lambda -x -p profile/cpu.prof - < ./samples/$(TEST).txt > program.out
graph: graph: