Skip to content
Snippets Groups Projects
Commit 681012e0 authored by Bryan's avatar Bryan
Browse files

Ajout de mon makefile

parent 8ad0929d
No related merge requests found
CC = gcc -g
CFLAGS = -Wall -Wextra
main: test_client.c
$(CC) test_client.c -o test_client $(CFLAGS) -lncurses
clean:
rm client_template server
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment