aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile b/src/Makefile
index fdd6c2d..8b0c154 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,15 +1,15 @@
CFLAGS=`pkg-config hildon-1 sqlite3 --cflags --libs`
all:
- $(CC) -Wall -Wextra -pedantic \
- collections.c \
+ $(CC) -Wall -pedantic \
+ eom.c \
interface.c \
- c-main-window.c \
- c-edit-window.c \
- c-new-item-dialog.c \
+ eom-main-window.c \
+ eom-edit-window.c \
+ eom-new-item-dialog.c \
data.c \
$(CFLAGS) \
- -o collections
+ -o eye-on-manga
.PHONY: check-syntax
check-syntax: