Fixed season value
This commit is contained in:
parent
23af9ad34c
commit
dc8b048d76
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -16,8 +16,8 @@
|
|||
#
|
||||
# Contact me by e-mail via <mailto:luca0n@protonmail.com>
|
||||
|
||||
ldl2: main.o about.h str.h colors.h
|
||||
gcc main.o about.h str.h colors.h -s -o ldl2
|
||||
ldl3: main.o about.h str.h colors.h
|
||||
gcc main.o about.h str.h colors.h -s -o ldl3
|
||||
|
||||
main.o: main.c
|
||||
gcc -c main.c
|
||||
|
|
Reference in a new issue