comparison erlang/erldc/Makefile @ 41:3abd4f1ab473

- erlang binding: update to dc 1.1 and added note about missing feature
author Tassilo Philipp
date Tue, 14 Apr 2020 18:23:13 +0200
parents 681db37a300c
children
comparison
equal deleted inserted replaced
40:1d50532dce12 41:3abd4f1ab473
1 # Be sure to 'make clean' after changing the version 1 # Be sure to 'make clean' after changing the version
2 VERSION=1.0 2 VERSION=1.1
3 3
4 OUTPUTS = priv/erldc.so ebin/dyncall.beam ebin/erldc.app 4 OUTPUTS = priv/erldc.so ebin/dyncall.beam ebin/erldc.app
5 5
6 # Used by install target. Default empty PREFIX is for a real install to root filesystem (/). 6 # Used by install target. Default empty PREFIX is for a real install to root filesystem (/).
7 # Override PREFIX for testing or for a staged install 7 # Override PREFIX for testing or for a staged install