From 1af9cbf7bb9e89fdc9de704c0b68209762ab8c80 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sat, 12 Jun 2021 19:25:17 +0000 Subject: rename main.c to lpass.c --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3-18-g5258