summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-12 15:08:07 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-12 15:08:07 +0000
commit7e85d15cb61229e9ba1b4a0f1f6c4ab19d436ac7 (patch)
tree11fdcefc8f297484d5729c3597082dcea5073d82 /Makefile
parente406481623ce9c2ef4a66fea5ed8481ac31f0aa8 (diff)
downloadnetsurf-7e85d15cb61229e9ba1b4a0f1f6c4ab19d436ac7.tar.gz
netsurf-7e85d15cb61229e9ba1b4a0f1f6c4ab19d436ac7.tar.bz2
Add a deaf monkey frontend. TODO: Make it listen
svn path=/trunk/netsurf/; revision=11968
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8474d8da9..fa989dba6 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,9 @@ ifneq ($(TARGET),riscos)
ifneq ($(TARGET),windows)
ifneq ($(TARGET),atari)
ifneq ($(TARGET),cocoa)
- $(error Unknown TARGET "$(TARGET)", should either be "riscos", "gtk", "beos", "amiga", "framebuffer", "windows", "atari" or "cocoa")
+ ifneq ($(TARGET),monkey)
+ $(error Unknown TARGET "$(TARGET)", should either be "riscos", "gtk", "beos", "amiga", "framebuffer", "windows", "atari" or "cocoa" or "monkey")
+ endif
endif
endif
endif