guix/mk/clean.mk
2013-12-10 15:54:34 +01:00

8 lines
79 B
Makefile

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