X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/ae45b7ad8f896784fe169d02c726098284f14f25..202cf371076f9aba5c308830a9d92d08681440ed:/modules/album/Makefile?ds=inline diff --git a/modules/album/Makefile b/modules/album/Makefile index fd3a19d..63584a1 100644 --- a/modules/album/Makefile +++ b/modules/album/Makefile @@ -25,11 +25,11 @@ # $Id$ # -code: album.xmi xmi2code.config +MODULE=album + +code: $(MODULE).xmi xmi2code.config @xmi2code -clean-code: +code-clean: @find -name '*.bak' | xargs rm -vf -clean: clean-code -