PROGS = ns_string_fns ns_peers all: $(PROGS) CC = ortecc CFLAGS = -g CXX = ortec++ CXXFLAGS = -g FFLAGS = -g clean: rm -f $(PROGS) *~