CXXFLAGS=-Wall -g targets=test all: $(targets) test: main.o sistemaautonomo.o $(CXX) $(LDFLAGS) -o test *.o clean: $(RM) -fv *.o $(target) depend: makedepend -- $(CFLAGS) -- *.cpp