fix gitignore

This commit is contained in:
Юрий 2024-05-05 11:57:22 +04:00
parent 51e80b0e03
commit a88bda442c
4 changed files with 179 additions and 469 deletions

7
examples/Makefile Normal file
View 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