mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-21 23:01:55 +00:00
[svn r6519] Absolutely the last attempt.
This commit is contained in:
parent
57ff8e61d3
commit
ac493250c1
6
Makefile
6
Makefile
@ -38,13 +38,13 @@ surveytable:
|
||||
|
||||
3dfiles: noinfo/all.3d smkridge/204/204.3d smkridge/234/234.3d plateau/76/76.3d
|
||||
|
||||
noinfo/all.3d: $(shell find $(dataset_path) -name "*.svx"))
|
||||
noinfo/all.3d: $(shell find $(dataset_path) -name "*.svx")
|
||||
cavern $(cavern_flags) $(dataset_path)/all -o noinfo/all.3d
|
||||
|
||||
smkridge/204/204.3d: $(shell find $(dataset_path)/caves/204 -name "*.svx"))
|
||||
smkridge/204/204.3d: $(shell find $(dataset_path)/caves/204 -name "*.svx")
|
||||
cavern $(cavern_flags) $(dataset_path)/caves/204/204 -o smkridge/204/204.3d
|
||||
|
||||
smkridge/234/234.3d: $(shell find $(dataset_path)/caves/234 -name "*.svx"))
|
||||
smkridge/234/234.3d: $(shell find $(dataset_path)/caves/234 -name "*.svx")
|
||||
cavern $(cavern_flags) $(dataset_path)/caves/234/234 -o smkridge/234/234.3d
|
||||
|
||||
plateau/76/76.3d: $(shell find $(dataset_path)/caves/76/ -name "*.svx")
|
||||
|
Loading…
Reference in New Issue
Block a user