nix-gh/mk/clean.mk

8 lines
79 B
Makefile

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