Remove tabs, we hate them!

This commit is contained in:
Aaron Fischer 2018-10-25 12:15:00 +00:00
parent 1c62cbe622
commit a9efa57b64

View file

@ -10,6 +10,7 @@ CFLAGS = -Wall \
-Wno-discarded-qualifiers \
-pedantic \
-std=c99
SRC=$(wildcard *.c)
fn: $(SRC)