Packages

Ceylan-Myriad, a generic-purpose Erlang toolbox, as an OTP application library here (see http://myriad.esperide.org)

Current section

Files

Jump to
myriad src utils GNUmakefile
Raw

src/utils/GNUmakefile

MYRIAD_TOP = ../..
.PHONY: clean-local test-local
# So that it remains the default target:
all:
clean: clean-local
clean-local:
-@/bin/rm -f my-content-file my-content-file.encrypted \
my-content-file.decrypted my-test-key-file.cipher .cipher-*
test: test-local
test-local:
@$(MAKE) most_basic_example_exec
include $(MYRIAD_TOP)/GNUmakesettings.inc