makefile
authorNiki Roo <niki@nikiroo.be>
Thu, 27 Jun 2024 15:18:14 +0000 (17:18 +0200)
committerNiki Roo <niki@nikiroo.be>
Thu, 27 Jun 2024 15:18:14 +0000 (17:18 +0200)
makefile.d

index 4231fce8339e754db28371570e89839a909e281e..0bd37947f97c75373084af82f592bb66268b009a 100644 (file)
@@ -3,7 +3,7 @@
 
 NAME   = cutils
 NAMES  = $(NAME) check net
-srcdir = cutils
+srcdir = $(NAME)
 dstdir = ../bin
 
 CFLAGS   += -Wall -pedantic -I./ -std=gnu99