From 90e667fcc8c86f3d7d0037a8a9d8ceb4901bd67c Mon Sep 17 00:00:00 2001 From: Test_User Date: Tue, 18 Jun 2024 10:52:15 -0400 Subject: Well, git isn't nice it seems --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 431b305..da6f192 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,8 @@ LDFLAGS = -lpthread printf '%s\n' 'LAST_CFLAGS = $(ORIGINAL_CFLAGS)' >> .makeopts printf '%s\n' 'LAST_CC = $(CC)' >> .makeopts +$(shell [ -e .makeopts ] || > .makeopts) + include .makeopts rebuild = 0 -- cgit v1.2.3