add iterable
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
run: wrappers
|
||||
./wrappers
|
||||
run: all
|
||||
./raw_ptr
|
||||
./smart_ptr
|
||||
./smart_ptr_iterable
|
||||
|
||||
wrappers: main.c
|
||||
g++ -Wall -o wrappers main.c
|
||||
all: raw_ptr smart_ptr smart_ptr_iterable
|
||||
|
||||
raw_ptr: raw_ptr.cc
|
||||
|
||||
smart_ptr: smart_ptr.cc
|
||||
|
||||
smart_ptr_iterable: smart_ptr_iterable.cc
|
||||
|
||||
clean:
|
||||
rm -f *.o wrappers
|
||||
rm -f *.o raw_ptr smart_ptr smart_ptr_iterable
|
||||
|
||||
Reference in New Issue
Block a user