blob: e0f16a47a18af40ec2081243023f07193a68aaf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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 \
rulesdoc
build: DDayOmaha.pdf
clean:
-@ rm DDayOmaha.pdf
|