From d483076dc74346b50d9c7aeec909888528693d5f Mon Sep 17 00:00:00 2001 From: atavism Date: Mon, 21 Oct 2024 07:46:21 -0700 Subject: [PATCH] quick test --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9760aa6..be47c5f 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,8 @@ CC=gcc .PHONY: all clean +$(info BIN is $(BIN)) + all: $(BIN) main.o: main.c common.h $(CC) $(CCFLAGS) $^