blob: c86462856ba5aa2f5143a0083d3e8e84f2915278 [file] [log] [blame]
CCFLAGS = -O0 -g -Wall
default: INIReaderTest.out
INIReaderTest.out: INIReaderTest.cpp
g++ $(CCFLAGS) $< -o $@
clean:
rm -rf *.o *.out