diff options
| author | Simon Tatham <anakin@pobox.com> | 2015-03-25 18:23:39 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-03-25 18:23:39 +0000 |
| commit | 10460d1bc7dab94e84c5fbbde221c3d20f9e263b (patch) | |
| tree | 5ebf76fa1d21ef62968cc73efe1a8c07e1d0d962 /tracks.R | |
| parent | 195217a48062c3ee64a47b1d0b5327e5838a105c (diff) | |
| download | puzzles-10460d1bc7dab94e84c5fbbde221c3d20f9e263b.zip puzzles-10460d1bc7dab94e84c5fbbde221c3d20f9e263b.tar.gz puzzles-10460d1bc7dab94e84c5fbbde221c3d20f9e263b.tar.bz2 puzzles-10460d1bc7dab94e84c5fbbde221c3d20f9e263b.tar.xz | |
Add Tracks to the automake makefile's "install" target.
Each game's .R file should append the binary to $(GAMES) in both the
'am' and 'gtk' makefiles, but presumably due to copy-and-paste from an
out-of-date version, tracks.R only did 'gtk'.
Also clarified CHECKLST.txt in the hope that I won't miss that again.
Diffstat (limited to 'tracks.R')
| -rw-r--r-- | tracks.R | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ tracks : [G] WINDOWS COMMON tracks TRACKS_EXTRA tracks.res|noicon.res ALL += tracks[COMBINED] TRACKS_EXTRA -!begin gtk +!begin am gtk GAMES += tracks !end |