1
0

Fix Makefile clean target

This commit is contained in:
Ninjananas
2024-09-03 20:19:10 +02:00
parent f49c81eb4d
commit 462bb4964e

View File

@@ -23,11 +23,10 @@ full: $(full)
.PHONY: clean
clean:
rake clean
rm -r _output/*
rm -r ._layouts
rm -r ._graphics
rm ._graphics_copy_touch ._graphics_extract_touch
@ rm -rf _output/* 2>/dev/null || true
@ rm -rf ._layouts || true
@ rm -rf ._graphics || true
@ rm -f ._graphics_copy_touch ._graphics_extract_touch || true
$(pnp): $(common_deps)