Attempt to fix line endings in stdio doors

This commit is contained in:
Andrew Pamment
2016-04-09 10:33:05 +10:00
parent 90986ffbe9
commit d315c1eaa7
3 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
CC = gcc $(CPPFLAGS) $(CFLAGS) -D__LINUX__ $(LDFLAGS) -Wall
CC = cc $(CPPFLAGS) $(CFLAGS) -D__LINUX__ $(LDFLAGS) -Wall
AR = ar -ru
RM = rm -f