blob: 472dc5485af4384a0d6dbe04d06a5e779778e082 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
include ../Makefile_lout
DDayOmaha.pdf: DDayOmaha.lou \
german_fire.lou \
german_defense.lou \
german_actions.lou \
us_amphibious.lou \
us_attack.lou \
us_barrage.lou \
us_move.lou \
us_weapons.lou \
us_units.lou
build: DDayOmaha.pdf
clean:
-@ rm DDayOmaha.pdf
|