elm-theme-viewer/Makefile

3 lines
106 B
Makefile
Raw Normal View History

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