Current section

Files

Jump to
debbie Makefile
Raw

Makefile

PROJECT = $(notdir $(shell pwd))
ERLC_OPTS = +debug_info +warn_export_all +warn_export_vars +warn_shadow_vars +warn_obsolete_guard
include lock.mk
include erlang.mk
clean::
-@find . -type f -name \*~ -delete
-@rm -f priv/debian.deb