From 7e85d15cb61229e9ba1b4a0f1f6c4ab19d436ac7 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 12 Mar 2011 15:08:07 +0000 Subject: Add a deaf monkey frontend. TODO: Make it listen svn path=/trunk/netsurf/; revision=11968 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3