From 742fe01bf8712b37a0f6cdfe379c1966bcd11c90 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Fri, 16 Oct 2020 18:57:10 +0300 Subject: remove embryo of feature multiple storages and refactor how arguments work --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4301985..775ad74 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 1.01 PREFIX = /usr/local/bin CC = gcc CFLAGS = -Wall -g -SOURCES = easydir.c handerror.c main.c +SOURCES = easydir.c handerror.c implementation.c main.c OBJECTS = $(SOURCES:.c=.o) EXECUTABLE = lpass -- cgit v1.2.3-18-g5258