Strip trailing whitespace

This commit is contained in:
Jakub Wilk
2023-04-26 23:14:46 +02:00
parent 24bd0097b2
commit 961f1715ba
2 changed files with 2 additions and 2 deletions

View File

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