add iterable

This commit is contained in:
2025-07-28 17:03:05 +07:00
parent 765bfc3502
commit 2935b29e2e
9 changed files with 217 additions and 23 deletions
+6 -5
View File
@@ -1,8 +1,9 @@
run: wrappers
./wrappers
run: all
./raw_ptr
./smart_ptr
./iterable
wrappers: main.c
g++ -Wall -o wrappers main.c
all: raw_ptr smart_ptr iterable
clean:
rm -f *.o wrappers
rm -f *.o raw_ptr smart_ptr iterable