streams are broken but manual input is correct for test4
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
object=homework/msh/msh.c
|
||||
cc=gcc
|
||||
output=msh
|
||||
tmps=*txt
|
||||
|
||||
default:
|
||||
$(cc) $(object) -o $(output)
|
||||
@@ -12,3 +13,4 @@ run:
|
||||
|
||||
clean:
|
||||
rm -f $(output)
|
||||
rm -f $(tmps)
|
||||
|
||||
Reference in New Issue
Block a user