Initial commit

This commit is contained in:
2022-11-07 10:06:13 +01:00
incheckning 2103dfdac6
3 ändrade filer med 255 tillägg och 0 borttagningar

5
Makefile Normal file
Visa fil

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