Build with support for large files enabled.
[cumulus.git] / Makefile
1 CXXFLAGS=-O -Wall -D_FILE_OFFSET_BITS=64
2
3 OBJS=scandir.o
4
5 scandir : $(OBJS)
6         $(CXX) $(LDFLAGS) -o $@ $^