mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
Initial revision
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
13
morse/Makefrag
Normal file
13
morse/Makefrag
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user