root/temp/Makefile

Revision 4, 153 bytes (checked in by inz, 2 years ago)

Temporary files...

Line 
1 CFLAGS := -g -O0 -W -Wall `curl-config --cflags` `pkg-config glib-2.0 --cflags`
2 LDFLAGS := `curl-config --libs` `pkg-config glib-2.0 --libs`
3
4 all: parse
Note: See TracBrowser for help on using the browser.