aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile3
-rw-r--r--src/lpass.c (renamed from src/main.c)0
2 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 \
diff --git a/src/main.c b/src/lpass.c
index 22e9eb8..22e9eb8 100644
--- a/src/main.c
+++ b/src/lpass.c