elm-theme-viewer/Makefile

3 lines
115 B
Makefile
Raw Normal View History

2012-08-12 19:51:26 -07:00
all:
2012-11-29 21:01:23 -08:00
gcc main.c log.c gui.c theme.c widget.c -o elm-theme-viewer `pkg-config --cflags --libs elementary` -g -Wall