mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-15 02:23:56 +01: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
|