summaryrefslogtreecommitdiff
path: root/frontends/Makefile.hts
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2021-02-26 13:33:08 +0000
committerVincent Sanders <vince@kyllikki.org>2021-03-23 22:12:21 +0000
commit28ecbf82ed3024f51be4c87928fd91bacfc15cbc (patch)
tree8c6fbd3a4c8ae1d94c700958a4883cb3d7293d0c /frontends/Makefile.hts
parent847d5680613cb578ba4a548960480363a3230174 (diff)
downloadnetsurf-28ecbf82ed3024f51be4c87928fd91bacfc15cbc.tar.gz
netsurf-28ecbf82ed3024f51be4c87928fd91bacfc15cbc.tar.bz2
Initial minimal FLTK toolkit implementation
Diffstat (limited to 'frontends/Makefile.hts')
-rw-r--r--frontends/Makefile.hts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/Makefile.hts b/frontends/Makefile.hts
index b5af240f1..a78e34cea 100644
--- a/frontends/Makefile.hts
+++ b/frontends/Makefile.hts
@@ -114,7 +114,7 @@ else
endif
# valid values for the TARGET
-VLDTARGET := amiga atari beos framebuffer gtk monkey riscos windows
+VLDTARGET := amiga atari beos fltk framebuffer gtk monkey riscos windows
# Check for valid TARGET
ifeq ($(filter $(VLDTARGET),$(TARGET)),)