diff options
author | Oskar <[email protected]> | 2024-06-25 16:07:28 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-06-25 16:07:28 +0200 |
commit | b01150579dad5323647519942b96148a8f171beb (patch) | |
tree | afc9c99b0308efc02c4833640d15bb0f9e655057 /test/Makefile | |
parent | a7d5c8c41464ff8e6cf4f9a3e3a1e8086339d038 (diff) |
Added functions for path information as well as a function to check if trash directories exist
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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 |