aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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))