From dd5d39c45a0ddfb48af8629b40a883968f16bfdd Mon Sep 17 00:00:00 2001 From: Jordy Ruiz Date: Fri, 17 Feb 2023 20:01:14 +0000 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3dacd5f..6876f14 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # the "invention" Makefile for `objconv' compilation with gcc -SRCS = *.cpp +SRCS = src/*.cpp OBJS = $(shell ls ${SRCS} | sed -e 's/\.cpp/.o/') DEBUG =