Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
|
- all: hello.c
- echo "compile and watch the syscalls from hello"
- gcc -o hello hello.c
- strace -c ./hello
- echo "watch the interrupts in linux"
- more /proc/interrupts
- clean:
- rm ./hello
|