First commit

This commit is contained in:
Денис Буторин 2024-08-27 05:22:08 +04:00
commit d0853dd731
2 changed files with 80 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
light: light.c
$(CC) light.c $(CFLAGS) -lm -o light
install: light
install light /usr/local/bin