Added C Standard to Makefile
[CleanReadLine.git] / Clean System Files / Makefile
1 CFLAGS=-Wall -pedantic -std=c99
2 LDFLAGS=-lreadline
3
4 all: readLine.o
5
6 clean:
7 $(RM) -v readLine.o