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