comparison erlang/erldc/Makefile @ 24:681db37a300c

- prep 1.0 release
author Tassilo Philipp
date Thu, 19 Apr 2018 18:54:47 +0200
parents 7752fcb107e7
children 3abd4f1ab473
comparison
equal deleted inserted replaced
23:87fd9f34eaa0 24:681db37a300c
1 # Be sure to 'make clean' after changing the version 1 # Be sure to 'make clean' after changing the version
2 VERSION=0.9 2 VERSION=1.0
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