mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-13 01:23:57 +01:00
7 lines
54 B
Makefile
7 lines
54 B
Makefile
all: inputs
|
|
|
|
FORCE:
|
|
|
|
inputs: FORCE
|
|
$(MAKE) -C inputs
|