mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-03 09:31:46 +01: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
|
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
|
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
|
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
|
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")
|
plateau/76/76.3d: $(shell find $(dataset_path)/caves/76/ -name "*.svx")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user