17 lines
973 B
Makefile
17 lines
973 B
Makefile
# **************************************************************************** #
|
|
# #
|
|
# :::::::: #
|
|
# Makefile :+: :+: #
|
|
# +:+ #
|
|
# By: whaffman <whaffman@student.codam.nl> +#+ #
|
|
# +#+ #
|
|
# Created: 2025/03/20 10:43:08 by whaffman #+# #+# #
|
|
# Updated: 2025/03/20 15:15:56 by whaffman ######## odam.nl #
|
|
# #
|
|
# **************************************************************************** #
|
|
|
|
NAME = PhoneBook
|
|
SRC = PhoneBook.cpp Contact.cpp main.cpp
|
|
|
|
-include ../common.mk
|