From 6b26b255678962090ef755af459c4be2489988fb Mon Sep 17 00:00:00 2001 From: tocariimaa Date: Sun, 12 Jan 2025 23:39:41 -0300 Subject: [PATCH] be more confident --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 46d2175..27b5a9a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ -# This makefile should work for both GNU and BSD Make I think... - SRCDIR = ./compiler COMPILER_SRCS != find $(SRCDIR) -type f -name '*.c' COMPILER_OBJS := $(COMPILER_SRCS:.c=.o)