10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-21 12:42:13 +02:00
quantum_package/data/Makefile

10 lines
194 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:
$(MAKE) -C $(QPACKAGE_ROOT)/src executables && mv $(QPACKAGE_ROOT)/src/executables .