feat: makefile and readme
This commit is contained in:
parent
805e12f721
commit
be90134ebe
2 changed files with 11 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
CFLAGS = -lm
|
||||
|
||||
build:
|
||||
cc ./main.c $(CFLAGS) -o ./cube
|
||||
|
||||
run: build
|
||||
./cube
|
Loading…
Add table
Add a link
Reference in a new issue