aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-06-12 19:25:17 +0000
committerJoursoir <chat@joursoir.net>2021-06-12 19:25:17 +0000
commit1af9cbf7bb9e89fdc9de704c0b68209762ab8c80 (patch)
tree73a355294734e7d7e6e60a1cb0fda22104b1acc3 /Makefile
parentad30c1a528d93566db72a058cda1992e986210c0 (diff)
downloadlock-password-1af9cbf7bb9e89fdc9de704c0b68209762ab8c80.tar.gz
lock-password-1af9cbf7bb9e89fdc9de704c0b68209762ab8c80.tar.bz2
lock-password-1af9cbf7bb9e89fdc9de704c0b68209762ab8c80.zip
rename main.c to lpass.c
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 \