aboutsummaryrefslogtreecommitdiffstats
path: root/assets.mk
diff options
context:
space:
mode:
Diffstat (limited to 'assets.mk')
-rw-r--r--assets.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/assets.mk b/assets.mk
deleted file mode 100644
index cdb2c8a..0000000
--- a/assets.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-assets.bie assets.idx: $(ASSETS)
- bie assets.bie assets.idx $^
-assets_data.o: assets.bie
- $(LD) -r -b binary $(OUTPUT_OPTION) $<