7 lines
179 B
Makefile
7 lines
179 B
Makefile
bin_PROGRAMS = sun geonames
|
|
|
|
sun_SOURCES = sun_main.c sun.c geonames.c
|
|
sun_LDADD = -lm -lcurl -ljson
|
|
|
|
geonames_SOURCES = geonames_main.c geonames.c
|
|
geonames_LDADD = -lcurl -ljson
|