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

16 lines
306 B
Makefile
Raw Normal View History

2014-04-07 22:47:34 +02:00
all_ezfio: $(shell ls *.md5 | sed 's/\.md5/\.ezfio/')
2014-04-07 15:12:03 +02:00
@printf '\nCreated EZFIO directories\n'
2014-04-07 22:47:34 +02:00
all_md5: $(shell ls -d *.ezfio | sed 's/\.ezfio/\.md5/')
2014-04-07 15:12:03 +02:00
@printf '\nCreated md5 files\n'
FORCE:
2014-04-07 15:12:03 +02:00
%.md5: FORCE
@archive_ezfio.sh $*.ezfio
@printf '.'
2014-04-07 09:21:53 +02:00
%.ezfio: FORCE
2014-04-07 15:12:03 +02:00
@unarchive_ezfio.sh $*.md5
@printf '.'