-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
executable file
·40 lines (40 loc) · 1.43 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Soviet: Main.o Map.o Node.o Player.o Inventario.o MyLibrary.o Letters.hpp Armor.o Visore.o SpecialAbility.o Weapon.o StartSoviet.o Tutorial.o Boss.o Coda.o Phrases.hpp Hash.o Task.o Enemy.o Database.o
g++ -o Soviet Main.o Map.o Node.o Player.o Inventario.o MyLibrary.o Task.o Hash.o Visore.o Boss.o Enemy.o Tutorial.o SpecialAbility.o StartSoviet.o Database.o Coda.o Armor.o Weapon.o
Main.o: Main.cpp StartSoviet.hpp
g++ -c Main.cpp
StartSoviet.o: StartSoviet.cpp StartSoviet.hpp
g++ -c StartSoviet.cpp
Inventario.o: Inventario.cpp Inventario.hpp
g++ -c Inventario.cpp
Player.o: Player.cpp Player.hpp
g++ -c Player.cpp
Map.o: Map.cpp Map.hpp Node.hpp
g++ -c Map.cpp
Node.o: Node.cpp Node.hpp
g++ -c Node.cpp
MyLibrary.o: MyLibrary.cpp MyLibrary.hpp Colors.hpp
g++ -c MyLibrary.cpp
Task.o: Task.cpp Task.hpp
g++ -c Task.cpp
Enemy.o: Enemy.cpp Enemy.hpp
g++ -c Enemy.cpp
Database.o: Database.cpp Database.hpp InfoEnemy.hpp
g++ -c Database.cpp
Boss.o: Boss.cpp Boss.hpp
g++ -c Boss.cpp
Coda.o: Coda.cpp Coda.hpp
g++ -c Coda.cpp
Weapon.o: Weapon.cpp Weapon.hpp WeaponInfo.hpp
g++ -c Weapon.cpp
Armor.o: Armor.cpp Armor.hpp ArmorInfo.hpp
g++ -c Armor.cpp
Hash.o: Hash.cpp Hash.hpp
g++ -c Hash.cpp
SpecialAbility.o: SpecialAbility.cpp SpecialAbility.hpp
g++ -c SpecialAbility.cpp
Visore.o: Visore.cpp Visore.hpp
g++ -c Visore.cpp
Tutorial.o: Tutorial.cpp Tutorial.hpp
g++ -c Tutorial.cpp
clean:
rm *.o *.exe