add top command for lec7

This commit is contained in:
chyyuu 2013-10-14 09:25:33 +08:00
parent 6cc93362e5
commit a0e2e3c313

View File

@ -15,5 +15,7 @@ all: lec7_1.c
@echo "using nm to analyze lec7_1" @echo "using nm to analyze lec7_1"
@echo "=====================================" @echo "====================================="
nm lec7_1 nm lec7_1
process_state:
top
clean: clean:
rm ./lec7_1 rm ./lec7_1