mc-client-packs/Makefile
Arthur Lu 98079bd376 add:
appleskin_faithfulx64,
budding_amethys_borders,
invisible_item_frames,
quieter_nether_portals,
quieter_redstone,
roman_to_arabic_numerals,
suspicious_sand_gravel_borders
2024-09-23 15:48:03 -07:00

11 lines
163 B
Makefile

DISTRELATIVE := ./dist
DIST := $(shell realpath $(DISTRELATIVE))
export DIST
build: src
clean: src
src:
$(MAKE) -C $@ $(MAKECMDGOALS)
.PHONY: all src