mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 05:21:03 +01:00
7 lines
138 B
Makefile
7 lines
138 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
|