Arthur Lu
98079bd376
appleskin_faithfulx64, budding_amethys_borders, invisible_item_frames, quieter_nether_portals, quieter_redstone, roman_to_arabic_numerals, suspicious_sand_gravel_borders
11 lines
163 B
Makefile
11 lines
163 B
Makefile
DISTRELATIVE := ./dist
|
|
DIST := $(shell realpath $(DISTRELATIVE))
|
|
export DIST
|
|
|
|
build: src
|
|
clean: src
|
|
|
|
src:
|
|
$(MAKE) -C $@ $(MAKECMDGOALS)
|
|
|
|
.PHONY: all src |