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