commit 730261e6755506aac4d91d455fb7921af7c17305 parent 295825dd0ee4212bd53200d6eb4c1fdcb63bf3cb Author: phillbush <lucas@seninha.org> Date: Fri, 29 Oct 2021 13:37:06 -0300 fix Makefile Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -19,7 +19,7 @@ CC = cc # files PROGS = shod shodc -SRCS = ${PROGS}.c +SRCS = ${PROGS:=.c} OBJS = ${SRCS:.c=.o} all: ${PROGS}