From a0e2e3c3134e115b76c0bb4bc92cff8eb7c25c50 Mon Sep 17 00:00:00 2001
From: chyyuu <chyyuu@k750s>
Date: Mon, 14 Oct 2013 09:25:33 +0800
Subject: [PATCH] add top command for lec7

---
 related_info/lec7-8/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/related_info/lec7-8/Makefile b/related_info/lec7-8/Makefile
index 9aa9636..149e0bb 100644
--- a/related_info/lec7-8/Makefile
+++ b/related_info/lec7-8/Makefile
@@ -15,5 +15,7 @@ all: lec7_1.c
 	@echo "using nm to analyze lec7_1"
 	@echo "====================================="
 	nm lec7_1
+process_state:
+	top
 clean:
 	rm ./lec7_1