be more confident

This commit is contained in:
tocariimaa 2025-01-12 23:39:41 -03:00
parent cad0e29978
commit 6b26b25567

View file

@ -1,5 +1,3 @@
# This makefile should work for both GNU and BSD Make I think...
SRCDIR = ./compiler SRCDIR = ./compiler
COMPILER_SRCS != find $(SRCDIR) -type f -name '*.c' COMPILER_SRCS != find $(SRCDIR) -type f -name '*.c'
COMPILER_OBJS := $(COMPILER_SRCS:.c=.o) COMPILER_OBJS := $(COMPILER_SRCS:.c=.o)