test 4 working+ test scripts nearly setup for tracking
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user