18 lines
986 B
Makefile
18 lines
986 B
Makefile
# **************************************************************************** #
|
|
# #
|
|
# :::::::: #
|
|
# Makefile :+: :+: #
|
|
# +:+ #
|
|
# By: whaffman <whaffman@student.codam.nl> +#+ #
|
|
# +#+ #
|
|
# Created: 2025/03/19 16:44:48 by whaffman #+# #+# #
|
|
# Updated: 2025/03/21 15:31:53 by whaffman ######## odam.nl #
|
|
# #
|
|
# **************************************************************************** #
|
|
|
|
NAME = Zombie
|
|
SRC = main.cpp Zombie.cpp newZombie.cpp randomChump.cpp
|
|
|
|
-include ../common.mk
|
|
|