From b01150579dad5323647519942b96148a8f171beb Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 25 Jun 2024 16:07:28 +0200 Subject: Added functions for path information as well as a function to check if trash directories exist --- test/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index e69de29..26ea1ab 100644 --- a/test/Makefile +++ b/test/Makefile @@ -0,0 +1,7 @@ + +all: release +clean: + cd .. && make clean + +release: + cd .. && make tests -- cgit v1.2.3