Skip to content
Snippets Groups Projects
Verified Commit c7af7986 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated makefile

parent 9a1a65ea
No related branches found
No related tags found
No related merge requests found
CC:=gcc
CC:=clang
CFLAGS:=-Wall -Wextra -pedantic -g -fsanitize=address -fsanitize=leak -std=c2x
LDFLAGS:=-fsanitize=address -fsanitize=leak
main: opaque.o main.o
$(CC) -o $@ $^ $(LDFLAGS)
$(CC) -o $@ $(CFLAGS) $^ $(LDFLAGS)
opaque.o: opaque.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment