aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-10 19:09:11 -0400
committerShav Kinderlehrer <[email protected]>2023-04-10 19:09:11 -0400
commitaeafcc6891913327aa784da5879bdf9b8cf11cc4 (patch)
treef6ff3e2f8c76634ac825e88a18f849c288eea659 /Makefile
parent89b97deeffeceacd618b91d118b21bea55d58460 (diff)
downloadlat-aeafcc6891913327aa784da5879bdf9b8cf11cc4.tar.gz
lat-aeafcc6891913327aa784da5879bdf9b8cf11cc4.zip
Fix args error msg
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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))