From 2b885f00df619b77bbfcee3ff209cefe4a277df2 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Sat, 14 Feb 2026 18:43:14 +0100 Subject: Cumulative update. Signed-off-by: czjstmax --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b1adfc..af537a5 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ all: $(CC) $(CFLAGS) $(SRC) -o $(TARGET) $(CC) $(DEBUG_CFLAGS) $(SRC) -o $(DEBUG_TARGET) -# Compile release (same as 'make') +# Compile release (default when 'make') release: $(CC) $(CFLAGS) $(SRC) -o $(TARGET) @@ -56,3 +56,4 @@ InstallDebug: Uninstall: rm -f $(BINDIR)/$(INSTALL_TARGET) rm -f $(BINDIR)/$(INSTALL_DEBUG_TARGET) + -- cgit v1.3.1