elm-theme-viewer/Makefile

9 lines
293 B
Makefile

all:
edje_cc data/layout.edc
gcc main.c log.c gui.c theme.c widget.c -o elm_theme_viewer `pkg-config --cflags --libs elementary` -g -Wall
install:
cp ./elm-theme-viewer /usr/local/bin
mkdir -p /usr/local/share/elm-theme-viewer/images
cp images/* /usr/local/share/elm-theme-viewer/images