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