2
0
mirror of https://github.com/boostorg/bpm.git synced 2026-01-19 04:02:14 +00:00

Remove explicit install target

This commit is contained in:
Peter Dimov
2017-08-04 04:47:49 +03:00
parent 78c69681bd
commit fb8181bed6

View File

@@ -29,7 +29,3 @@ exe bpm : ../src/$(SOURCES) :
<toolset>gcc:<cxxflags>-Wshadow ;
install dist-bin : bpm : <location>../../../dist/bin ;
explicit dist-bin ;
alias install : dist-bin ;
explicit install ;