docs: add project guide for Claude #1
2
Makefile
2
Makefile
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user