diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-10 19:09:11 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-10 19:09:11 -0400 |
commit | aeafcc6891913327aa784da5879bdf9b8cf11cc4 (patch) | |
tree | f6ff3e2f8c76634ac825e88a18f849c288eea659 /Makefile | |
parent | 89b97deeffeceacd618b91d118b21bea55d58460 (diff) | |
download | lat-aeafcc6891913327aa784da5879bdf9b8cf11cc4.tar.gz lat-aeafcc6891913327aa784da5879bdf9b8cf11cc4.zip |
Fix args error msg
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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)) |