18 lines
960 B
Makefile
18 lines
960 B
Makefile
# **************************************************************************** #
|
|
# #
|
|
# :::::::: #
|
|
# Makefile :+: :+: #
|
|
# +:+ #
|
|
# By: whaffman <whaffman@student.codam.nl> +#+ #
|
|
# +#+ #
|
|
# Created: 2025/03/19 16:44:48 by whaffman #+# #+# #
|
|
# Updated: 2025/03/23 14:02:26 by whaffman ######## odam.nl #
|
|
# #
|
|
# **************************************************************************** #
|
|
|
|
NAME = Replacer
|
|
SRC = Replacer.cpp main.cpp
|
|
|
|
-include ../common.mk
|
|
|