streams are broken but manual input is correct for test4

This commit is contained in:
shockrah
2019-09-21 22:02:56 -07:00
parent c02a7905b2
commit 39bfd0e7ff
2 changed files with 31 additions and 0 deletions

View File

@@ -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)