summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2026-02-14 18:43:14 +0100
committerczjstmax <jstmaxlol@disroot.org>2026-02-14 18:43:14 +0100
commit2b885f00df619b77bbfcee3ff209cefe4a277df2 (patch)
treef2c5bf0452d350987cc668228d3588493090161d /Makefile
parent9201d978d0c4d4f4bdffd4e686ef116d7fdaa982 (diff)
Cumulative update.
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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)
+