Makefile: build with debug information.

This commit is contained in:
Daniel Juyung Seo 2012-11-30 04:17:08 +09:00
parent 07109f906a
commit 930b90a5f6
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
all:
gcc main.c log.c gui.c theme.c -o elm-theme-viewer `pkg-config --cflags --libs elementary`
gcc main.c log.c gui.c theme.c -o elm-theme-viewer `pkg-config --cflags --libs elementary` -g