downloader/makefile


Home Back


CPP = g++ 
OPTS =  `wx-config --cxxflags --libs` `curl-config --cflags  --libs`

all:
    wxrc gui.xrc -v -c -o gui.cpp
    $(CPP) main.cc -o dwn $(OPTS)


Powered by Code, a simple repository browser by Fabio Di Matteo