diff options
Diffstat (limited to 'structures/Makefile')
| -rw-r--r-- | structures/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/structures/Makefile b/structures/Makefile index ae8cca3..e9709dc 100644 --- a/structures/Makefile +++ b/structures/Makefile @@ -4,6 +4,8 @@ COMPILE=$(CXX) $(CFLAGS) task5: $(COMPILE) -o task.out task5.cpp +test5: task5 + printf "7\na v h i o f s" | ./task.out task8: $(COMPILE) -o task.out task8.cpp |