Initial commit
[cumulus.git] / Makefile
1 CXXFLAGS=-O -Wall
2
3 OBJS=scandir.o
4
5 scandir : $(OBJS)
6         $(CXX) $(LDFLAGS) -o $@ $^