mirror of
https://github.com/NixOS/nix.git
synced 2025-12-08 01:51:01 +01:00
7 lines
145 B
Makefile
7 lines
145 B
Makefile
clean_files :=
|
|
|
|
clean:
|
|
$(QUIET) rm -fv -- $(clean_files)
|
|
|
|
dryclean:
|
|
@for i in $(clean_files); do if [ -e $$i ]; then echo $$i; fi; done | sort
|