diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-08 15:50:09 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-08 15:51:07 +0100 |
commit | 0ce18f9b70d907c8c50d45c4b5b279b8bd9275f1 (patch) | |
tree | cdf7fa1255601a60370a7066ceaa2c46bd0dd673 /Makefile | |
parent | 5e64be597ba0b30fcb99de33da605c93ddd30fdc (diff) |
create archived.md for tasks which are done
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ all: chatty server send clean: - rm -f server chatty send _id _clients + rm -f server chatty send tags *.log _* chatty: gcc -ggdb -Wall -pedantic -std=c99 -o chatty chatty.c |