1 # Makefile for the LAMA application maintained in Jungerl
7 #include ../../support/subdir.mk
14 (cd src
;$(MAKE
) clean)
16 release
: clean appfile
17 sh ..
/..
/support
/create_release.sh
20 (cd src
;$(MAKE
) ..
/ebin
/$(APP_NAME
).app
)
23 erl
-noshell
-run edoc_run application
"'$(APP_NAME)'" \
24 '"."' '[{def,{vsn,"$(VSN)"}}]' -s init stop