elm-theme-viewer/Makefile

3 lines
115 B
Makefile

all:
gcc main.c log.c gui.c theme.c widget.c -o elm-theme-viewer `pkg-config --cflags --libs elementary` -g -Wall