summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2022-10-14 15:35:10 +0200
committerBad Diode <bd@badd10de.dev>2022-10-14 15:35:10 +0200
commitf142b74286a899e76e7ef80646f5df2079dd9ef4 (patch)
tree39cd45b46276ba01345a7903c4abe6859342c540
parent53ff0a9394951be00537b6d23cd19d6efc6a6fbb (diff)
downloaduxnnst-f142b74286a899e76e7ef80646f5df2079dd9ef4.tar.gz
uxnnst-f142b74286a899e76e7ef80646f5df2079dd9ef4.zip
Update the binary name
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab39279..ff723db 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ BASE_UXN := src/uxn
2SRC_DIR ?= src 2SRC_DIR ?= src
3BUILD_DIR ?= build 3BUILD_DIR ?= build
4SRC_MAIN ?= $(SRC_DIR)/main.c 4SRC_MAIN ?= $(SRC_DIR)/main.c
5EXE_NAME ?= uxnfb 5EXE_NAME ?= uxnnst
6BIN := $(BUILD_DIR)/$(EXE_NAME) 6BIN := $(BUILD_DIR)/$(EXE_NAME)
7UXN_HEAD := $(BASE_UXN)/src/uxn.h 7UXN_HEAD := $(BASE_UXN)/src/uxn.h
8TAL_SRC ?= $(BASE_UXN)/projects/examples/devices/screen.tal 8TAL_SRC ?= $(BASE_UXN)/projects/examples/devices/screen.tal