mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 10:05:57 +01:00
Corrected #33
This commit is contained in:
parent
7679af0061
commit
929420c71f
9
Makefile
9
Makefile
@ -2,7 +2,7 @@ BLUE=[34m
|
||||
BLACK=(B[m
|
||||
|
||||
|
||||
.PHONY: doc src curl m4 ocaml irpf90 emsl build binary
|
||||
.PHONY: doc src ocaml build binary
|
||||
|
||||
default:
|
||||
@echo -----------------------------------------------
|
||||
@ -26,16 +26,11 @@ build:
|
||||
@echo source quantum_package.rc
|
||||
@echo -----------------------------------------------
|
||||
else
|
||||
build: EZFIO curl m4 irpf90 emsl
|
||||
build:
|
||||
$(MAKE) -C src
|
||||
$(MAKE) -C ocaml
|
||||
endif
|
||||
|
||||
curl: bin/curl
|
||||
m4: bin/m4
|
||||
irpf90: bin/irpf90
|
||||
emsl: EMSL_Basis
|
||||
|
||||
binary:
|
||||
$(QPACKAGE_ROOT)/scripts/make_binary.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user