minetest-australopithecus-s.../Makefile

12 lines
101 B
Makefile
Raw Normal View History

2015-07-23 10:47:37 -07:00
doc := doc
all: doc
clean:
$(RM) -R $(doc)
.PHONY: doc
doc:
2015-08-14 12:42:57 -07:00
ldoc --dir=$(doc) mods/spawn_usher
2015-07-23 10:47:37 -07:00