...
This commit is contained in:
5
src/runtime/makefile
Normal file
5
src/runtime/makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
runtime:
|
||||
cc -c runtime.c
|
||||
|
||||
clean:
|
||||
rm runtime.o
|
||||
Reference in New Issue
Block a user