CPP02/ex03/Makefile
2025-03-27 16:15:11 +01:00

17 lines
967 B
Makefile

# **************************************************************************** #
# #
# :::::::: #
# Makefile :+: :+: #
# +:+ #
# By: whaffman <whaffman@student.codam.nl> +#+ #
# +#+ #
# Created: 2025/03/24 15:14:58 by whaffman #+# #+# #
# Updated: 2025/03/27 16:10:22 by whaffman ######## odam.nl #
# #
# **************************************************************************** #
NAME= BSP
SRC= main.cpp Fixed.cpp Point.cpp bsp.cpp
-include ../common.mk