fix gitignore
This commit is contained in:
parent
51e80b0e03
commit
a88bda442c
4 changed files with 179 additions and 469 deletions
7
examples/Makefile
Normal file
7
examples/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
CC=g++
|
||||
CFLAGS=-g -Wall -Wextra -std=c++11
|
||||
|
||||
leak: leak.o
|
||||
$(CC) -o leak leak.o
|
||||
clean:
|
||||
rm leak.o
|
Loading…
Add table
Add a link
Reference in a new issue