17 lines
983 B
Makefile
17 lines
983 B
Makefile
# **************************************************************************** #
|
|
# #
|
|
# :::::::: #
|
|
# Makefile :+: :+: #
|
|
# +:+ #
|
|
# By: whaffman <whaffman@student.codam.nl> +#+ #
|
|
# +#+ #
|
|
# Created: 2025/03/24 15:14:58 by whaffman #+# #+# #
|
|
# Updated: 2025/04/08 09:28:54 by whaffman ######## odam.nl #
|
|
# #
|
|
# **************************************************************************** #
|
|
|
|
NAME= ClapTrap
|
|
SRC= FragTrap.cpp main.cpp ScavTrap.cpp ClapTrap.cpp
|
|
|
|
-include ../common.mk
|