CXX = $(shell wx-config --cxxflags --libs) all: g++ -std=gnu++11 *.cpp $(CXX) -o SW1_GUI