summaryrefslogtreecommitdiff
path: root/Makefile
blob: 8a8bb8db1568a7b792672108138d2e5348e3fc32 (plain)
1
2
3
4
5
6
7
8
9
CC = g++

intensemarcus:
	$(CC) -lSDL -lSDL_image main.cpp intensemarcus.cpp Creature.cpp \
    Hazard.cpp Level.cpp MapObject.cpp Monster.cpp Pickup.cpp Platform.cpp \
    Player.cpp Screen.cpp Sprite.cpp -o intensemarcus

clean: intensemarcus
	rm -f intensemarcus