removed install target from all target
This commit is contained in:
parent
c712f30635
commit
1f89e9d592
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ SHELL = /bin/sh
|
||||||
# Makefile for the installation of DAMASK
|
# Makefile for the installation of DAMASK
|
||||||
########################################################################################
|
########################################################################################
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: spectral marc processing install
|
all: spectral marc processing
|
||||||
|
|
||||||
.PHONY: spectral
|
.PHONY: spectral
|
||||||
spectral:
|
spectral:
|
||||||
|
|
Loading…
Reference in New Issue