19 lines
980 B
Makefile
19 lines
980 B
Makefile
# **************************************************************************** #
|
|
# #
|
|
# :::::::: #
|
|
# Makefile :+: :+: #
|
|
# +:+ #
|
|
# By: whaffman <whaffman@student.codam.nl> +#+ #
|
|
# +#+ #
|
|
# Created: 2025/03/21 11:01:22 by whaffman #+# #+# #
|
|
# Updated: 2025/03/21 14:59:23 by whaffman ######## odam.nl #
|
|
# #
|
|
# **************************************************************************** #
|
|
|
|
NAME = Account
|
|
SRC = Account.cpp tests.cpp
|
|
|
|
|
|
-include ../common.mk
|
|
|
|
CFLAGS += -std=c++98
|