aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2023-04-27 20:50:19 -0500
committerAlexander M Pickering <alex@cogarr.net>2023-04-27 20:50:19 -0500
commit60c88a47c19a3d9cf7122644c307687dbcfc11b9 (patch)
treec94c9f8738194f1dca65b10a8301c97d814d3263
parent346304da786a652f25f73ee80957ec6fd16716c8 (diff)
downloadlua-nng-60c88a47c19a3d9cf7122644c307687dbcfc11b9.tar.gz
lua-nng-60c88a47c19a3d9cf7122644c307687dbcfc11b9.tar.bz2
lua-nng-60c88a47c19a3d9cf7122644c307687dbcfc11b9.zip
Use wildcard instead of exact path
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3e73f0..9625784 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ else
endif
-src_files=$(shell find src/*.c)
+src_files=$(wildcard src/*.c)
obj_files=$(src_files:src/%.c=build/%.o)
target=bin/nng.$(LIB_EXTENSION)