Fix Makefile clean target
This commit is contained in:
9
Makefile
9
Makefile
@@ -23,11 +23,10 @@ full: $(full)
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rake clean
|
@ rm -rf _output/* 2>/dev/null || true
|
||||||
rm -r _output/*
|
@ rm -rf ._layouts || true
|
||||||
rm -r ._layouts
|
@ rm -rf ._graphics || true
|
||||||
rm -r ._graphics
|
@ rm -f ._graphics_copy_touch ._graphics_extract_touch || true
|
||||||
rm ._graphics_copy_touch ._graphics_extract_touch
|
|
||||||
|
|
||||||
|
|
||||||
$(pnp): $(common_deps)
|
$(pnp): $(common_deps)
|
||||||
|
|||||||
Reference in New Issue
Block a user