Skip to content
Snippets Groups Projects
Commit c15bc327 authored by Nikolic's avatar Nikolic
Browse files

Ajout makefile

parent 6bbbae98
No related branches found
No related tags found
No related merge requests found
CC:=gcc
CFLAGS:=-g -Ofast -Wall -Wextra -fsanitize=address -fsanitize=leak -std=gnu11 -fsanitize=undefined
LDFLAGS:=-lm
prog: main.o arbinaire_morse.o
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
arbinaire_morse.o: arbinaire_morse.h
clean:
rm -f *.o main arbinaire_morse
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment