initial commit

This commit is contained in:
hollorol
2024-07-31 23:18:07 +02:00
commit b47726194f
5 changed files with 55 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
j: main.c
gcc -pedantic -Wall -Wextra main.c -o j
install: j j.1
cp j $(HOME)/.local/bin/
cp j.1 $(HOME)/.local/man/man1