aboutsummaryrefslogtreecommitdiffstats
path: root/assets.mk
blob: a4ea512b0264cf883ed7d7f8a795767ffce8567b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include tex/tex.mk

ASSETS := vert.glsl frag.glsl $(TEX)
OBJ += assets.o assets_data.o
CLEAN += assets.bie assets.idx

assets.o: assets.h
assets.h assets.c: assets.idx
assets.bie assets.idx: $(ASSETS)
	bie assets.bie assets.idx $^
assets_data.o: assets.bie
	$(LD) -r -b binary $(OUTPUT_OPTION) $<