From f8c900c3b23c444db9dda104f20182b51026619a Mon Sep 17 00:00:00 2001 From: mithe24 Date: Sat, 11 Oct 2025 18:43:05 +0200 Subject: build(fix): Removed old variable, fixed wrong command --- src/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index 21057fa..683bad0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,9 +6,7 @@ LDFLAGS := -g SRCS := $(shell find . -name '*.s') OBJS := $(patsubst %.s, %.o, $(SRCS)) TARGET := sorter -VER := $(shell git git describe --tags --abbrev=0 2> /dev/null || echo 'v0.0.0') - -TEST_DIR := ./test +VER := $(shell git describe --tags --abbrev=0 2> /dev/null || echo 'v0.0.0') all: $(TARGET) -- cgit v1.2.3-70-g09d2