From 3021fd4751ec23b5252e10308480179204e60ef7 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Wed, 28 Mar 2018 13:33:58 +0100 Subject: Move assets*.o from Makefile to assets.mk --- assets.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assets.mk') diff --git a/assets.mk b/assets.mk index 27c502f..cdb2c8a 100644 --- a/assets.mk +++ b/assets.mk @@ -1,4 +1,6 @@ ASSETS := vert.glsl frag.glsl +OBJ += assets.o assets_data.o +CLEAN += assets.bie assets.idx assets.o: assets.h assets.h assets.c: assets.idx @@ -6,4 +8,3 @@ assets.bie assets.idx: $(ASSETS) bie assets.bie assets.idx $^ assets_data.o: assets.bie $(LD) -r -b binary $(OUTPUT_OPTION) $< -CLEAN += assets.bie assets.idx -- cgit v1.2.3-54-g00ecf