Archived
1
0
Fork 0

🧹 use gcc -Wall and fix warnings

This commit is contained in:
neingeist 2020-01-08 15:23:35 +01:00
parent d5e7efa133
commit 3374508b1f
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
TARGETS := springer
CC := gcc -Wall
all: $(TARGETS)