mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-24 23:06:16 +02:00
8 lines
79 B
Makefile
8 lines
79 B
Makefile
|
clean_files :=
|
||
|
|
||
|
clean:
|
||
|
rm -fv $(clean_files)
|
||
|
|
||
|
dryclean:
|
||
|
@echo $(clean_files)
|