First commit
This commit is contained in:
commit
d0853dd731
2 changed files with 80 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
light: light.c
|
||||
$(CC) light.c $(CFLAGS) -lm -o light
|
||||
|
||||
install: light
|
||||
install light /usr/local/bin
|
Loading…
Add table
Add a link
Reference in a new issue