makefile.quick 90 Bytes Edit Raw Blame History 1 2 3 CXX = $(shell wx-config --cxxflags --libs) all: g++ *.cpp $(CXX) -o SW1_GUI -std=gnu++11