mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
# Makefrag - makefile fragment for morse
|
|
|
|
morse_DIRS := $(GAMESDIR) $(MAN6DIR)
|
|
|
|
morse_all: morse/morse
|
|
|
|
morse_install: morse_all
|
|
$(INSTALL_BINARY) morse/morse $(INSTALL_PREFIX)$(GAMESDIR)/morse
|
|
$(HIDE_GAME) morse
|
|
$(INSTALL_MANUAL) bcd.6 morse.6
|
|
|
|
morse_check: morse_all
|
|
echo "Eat at Joe's" | morse/morse
|