1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 09:49:36 +01:00
nix/mk/clean.mk
2013-11-25 09:50:35 +00:00

7 lines
79 B
Makefile

clean_files :=
clean:
rm -fv $(clean_files)
dryclean:
@echo $(clean_files)