test 4 working+ test scripts nearly setup for tracking

This commit is contained in:
shockrah
2019-09-21 16:10:09 -07:00
parent a85dffe4da
commit c02a7905b2
3 changed files with 19 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# Single make file for everything becauz lazy
object=homework/msh/msh.c
cc=gcc
output=bin
output=msh
default:
$(cc) $(object) -o $(output)