add lec7-2 fork.c in related_info
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
all: lec7_1.c
|
||||
@echo "====================================="
|
||||
@echo "compile and analysis lec7_2"
|
||||
@echo "====================================="
|
||||
gcc -g -o lec7_2 lec7_2-fork.c
|
||||
@echo "====================================="
|
||||
@echo "compile and analysis lec7_1"
|
||||
@echo "====================================="
|
||||
@@ -18,4 +22,4 @@ all: lec7_1.c
|
||||
process_state:
|
||||
top
|
||||
clean:
|
||||
rm ./lec7_1
|
||||
rm ./lec7_1 ./lec7_2
|
||||
|
||||
Reference in New Issue
Block a user