OBJS := nnann.o CXXFLAGS += -I. libNNANN.a($(OBJS)): $(wildcard *.h) $(wildcard *.cc) clean: rm -f libNNANN.a *.o