Soft'N'Design Software
/
projects
/
debian6500.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d609b6
)
add purge rule
master
author
Mazet Laurent
<mazet@softndesign.org>
Wed, 5 Mar 2025 12:56:32 +0000
(13:56 +0100)
committer
Mazet Laurent
<mazet@softndesign.org>
Wed, 5 Mar 2025 12:56:32 +0000
(13:56 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index c9dbc382c0b43849f82b535d9f386e95ed9772a1..5eeb7d0e1cb61e5604b1e4c221a0706aad6278a6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-39,6
+39,9
@@
simple-cdd/tmp/mirror/dists/bookworm/main/dep11/Components-amd64.yml.gz:
clean:
rm -f $(TARGET_DEB) $(TARGET_ISO)
+purge: clean
+ rm -rf simple-cdd/tmp
+
version:
echo $(VERSION) $(ISOVER)
.PHONY: $(TARGET_DEB)