Makefile 178 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 CXX_SOURCES := main.cpp CXXFLAGS := -DBUILD=\"stock\" a.out: a.device.out include Makefile.rules a.device.out: $(CXX) $(CXXFLAGS) -DBUILD=\"device\" -o $@ $(SRCDIR)/main.cpp