mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
Initial commit (imported from the Nix repo)
This commit is contained in:
commit
49a385096e
9 changed files with 335 additions and 0 deletions
7
mk/clean.mk
Normal file
7
mk/clean.mk
Normal file
|
@ -0,0 +1,7 @@
|
|||
clean_files :=
|
||||
|
||||
clean:
|
||||
rm -fv $(clean_files)
|
||||
|
||||
dryclean:
|
||||
@echo $(clean_files)
|
Loading…
Add table
Add a link
Reference in a new issue