summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-07-22 23:12:55 +0200
committerLouis Burda <quent.burda@gmail.com>2023-07-22 23:12:55 +0200
commit6d2f9ef18968724bbcdc08eeaf32951e99f20601 (patch)
tree92bb6efb9d581e634e5d04fb13c2f3f008300ca3
parent99ffc24d81679671bee0597b2b3572e0f81574e3 (diff)
downloadtmpl-6d2f9ef18968724bbcdc08eeaf32951e99f20601.tar.gz
tmpl-6d2f9ef18968724bbcdc08eeaf32951e99f20601.zip
Rename main.c to tmpl.c
-rw-r--r--Makefile2
-rw-r--r--tmpl.c (renamed from main.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c419a9a..d83f9c2 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ all: tmpl
clean:
rm -f tmpl
-tmpl: main.c
+tmpl: tmpl.c
$(CC) -o $@ $< $(CFLAGS)
install:
diff --git a/main.c b/tmpl.c
index e0201b5..e0201b5 100644
--- a/main.c
+++ b/tmpl.c