msh in its own long standing directory now
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
# Single make file for everything becauz lazy
|
||||
object=hw.c
|
||||
object=homework/msh/msh.c
|
||||
cc=gcc
|
||||
output=bin
|
||||
|
||||
default:
|
||||
$(cc) $(object) -o $(output)
|
||||
|
||||
run:
|
||||
./bin
|
||||
|
||||
|
||||
clean:
|
||||
rm -f $(output)
|
||||
|
||||
Reference in New Issue
Block a user