makefile   [plain text]


test:	test.o interface.o
	$(CXX) $(LDFLAGS) $(TARGET_ARCH) $^ $(LOADLIBES) $(LDLIBES) $(OUTPUT_OPTION)

clean:
	-rm *.o