Initial commit

This commit is contained in:
2022-11-07 10:06:13 +01:00
commit 2103dfdac6
3 changed files with 255 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
asteriskify: asteriskify.c
$(CC) -Wall -Wextra -static -o asteriskify asteriskify.c
clean: asteriskify
rm -f asteriskify