mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 09:49:36 +01:00
7 lines
79 B
Makefile
7 lines
79 B
Makefile
clean_files :=
|
|
|
|
clean:
|
|
rm -fv $(clean_files)
|
|
|
|
dryclean:
|
|
@echo $(clean_files)
|