Newer
Older
wxmsg / Makefile
  1. default: wxmsg
  2.  
  3. wxmsg: wxmsg.cpp
  4. $(CXX) $(CXXFLAGS) -o $@ $< `wx-config --libs` `wx-config --cxxflags`