aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c7c2ed..bc9348b 100755
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,8 @@ CC = gcc
CFLAGS = -Wall -g #-DDEBUG
LIBS = $(shell gpgme-config --cflags --libs)
MAN_PATH = /usr/share/man/man1
-SOURCES = src/main.c \
+SOURCES = \
+ src/lpass.c \
src/exec-cmd.c \
src/routines.c \
src/easydir.c \