🧹 use gcc -Wall and fix warnings
This commit is contained in:
parent
d5e7efa133
commit
3374508b1f
2 changed files with 4 additions and 3 deletions
1
Makefile
1
Makefile
|
@ -1,4 +1,5 @@
|
|||
TARGETS := springer
|
||||
CC := gcc -Wall
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
|
|
Reference in a new issue