aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2022-10-16 12:52:24 +0200
committerBad Diode <bd@badd10de.dev>2022-10-16 12:52:24 +0200
commit40fe8dfc9f9e6e1d69d442fa9e6b15e555d27650 (patch)
tree789c0c5b83553939dc2bd7b5f840fc7790b20594 /Makefile
parentc4d74be0b2157b50b324db1f0bf9a871fd066619 (diff)
downloaduxn64-40fe8dfc9f9e6e1d69d442fa9e6b15e555d27650.tar.gz
uxn64-40fe8dfc9f9e6e1d69d442fa9e6b15e555d27650.zip
Add weird fb blit with textures
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8917cc9..862b0af 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,6 @@ INC_DIRS := $(shell find $(SRC_DIR) -type d)
21INC_DIRS += $(LIBULTRA_INC) 21INC_DIRS += $(LIBULTRA_INC)
22INC_FLAGS := $(addprefix -I,$(INC_DIRS)) 22INC_FLAGS := $(addprefix -I,$(INC_DIRS))
23 23
24datafiles = $(SRC_DIR)/static.c $(SRC_DIR)/cfb.c $(SRC_DIR)/rsp_cfb.c
25dataobjects = $(datafiles:.c=.o)
26
27# Output names and executables. 24# Output names and executables.
28TARGET := blank 25TARGET := blank
29ELF := $(BUILD_DIR)/$(TARGET).elf 26ELF := $(BUILD_DIR)/$(TARGET).elf