1
0
Fork 0
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:
Eelco Dolstra 2013-12-10 15:54:34 +01:00
commit 49a385096e
9 changed files with 335 additions and 0 deletions

7
mk/clean.mk Normal file
View file

@ -0,0 +1,7 @@
clean_files :=
clean:
rm -fv $(clean_files)
dryclean:
@echo $(clean_files)