]> www.git.momoyon.org Git - lang.git/commitdiff
[Makefile] Add `all` target.
authormomoyon <momoyon@momoyon.org>
Sun, 11 May 2025 07:00:31 +0000 (12:00 +0500)
committermomoyon <momoyon@momoyon.org>
Sun, 11 May 2025 07:03:26 +0000 (12:03 +0500)
Makefile

index 42d9a36011585a6be47bbec2065c21a8fd364c7d..e8c32e4b82afe85228deb91ac457e8a8b976ed88 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,5 @@ lang: main.c
 
 debug: main.c
        $(CC) $(CFLAGS) -DDEBUG=1 -o lang-debug $< $(LDFLAGS) $(LIBS)
+
+all: lang debug