aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile4
1 files changed, 1 insertions, 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)