10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-21 04:32:14 +02:00
quantum_package/data/Makefile

11 lines
196 B
Makefile
Raw Normal View History

2014-10-10 00:26:49 +02:00
all: inputs executables
2014-04-03 16:23:27 +02:00
2014-10-10 00:26:49 +02:00
.PHONY: inputs executables
2014-04-03 16:23:27 +02:00
2014-10-10 00:26:49 +02:00
inputs:
2014-04-07 22:47:34 +02:00
cd inputs ; $(MAKE) all_ezfio
2014-10-10 00:26:49 +02:00
executables:
2014-10-23 23:29:17 +02:00
cd $(QPACKAGE_ROOT)/src ; $(MAKE) executables
mv $(QPACKAGE_ROOT)/src/executables .