mirror of
https://github.com/LCPQ/quantum_package
synced 2025-04-18 06:20:27 +02:00
10 lines
123 B
Makefile
10 lines
123 B
Makefile
all: $(wildcard *.ezfio)
|
|
|
|
FORCE:
|
|
|
|
%.ezfio.md5: FORCE
|
|
archive_ezfio.sh $*.ezfio
|
|
|
|
%.ezfio: FORCE
|
|
unarchive_ezfio.sh $@.md5
|