From aeafcc6891913327aa784da5879bdf9b8cf11cc4 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Mon, 10 Apr 2023 19:09:11 -0400 Subject: Fix args error msg --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 52b7f44..e65efb5 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,8 @@ LIB:= DEPS:=$($(IDIR)/%.h) -#SRCS:=$(wildcard $(SRCDIR)/*.c) SRCS=$(shell find . -name "*.c") -BASENAME:=$(shell basename $(SRCS)) +BASENAME:=$(shell basename -a $(SRCS)) VPATH=$(dir $(SRCS)) -- cgit v1.2.3