Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
hash_backup
Commits
2aaad6fa
Commit
2aaad6fa
authored
Jan 20, 2021
by
Anders Blomdell
Browse files
Add cleanup rules
parent
2552063b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2aaad6fa
...
...
@@ -14,3 +14,7 @@ sha512backup: hashbackup.py $(SOURCE_hashbackup) Makefile
.PHONY
:
test
test
:
all
$(MAKE)
-C
test test
.PHONY
:
clean
clean
:
$(MAKE)
-C
test
clean
test/Makefile
View file @
2aaad6fa
...
...
@@ -9,3 +9,6 @@ test: $(PYTESTS:%.py=%) $(SHTESTS:%.sh=%)
%
:
%.sh
./
$<
.PHONY
:
clean
clean
:
rm
-f
delete.me.
*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment