25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
|
- 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
|