#!/bin/bash
OUTPUT="../bin/POLSC-$(uname -m)"
echo "Output : $OUTPUT"
g++ *.cpp -o $OUTPUT `wx-config --cxxflags` `wx-config --libs`
