summaryrefslogtreecommitdiff
path: root/examples/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/makefile')
-rw-r--r--examples/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/makefile b/examples/makefile
index bb613e5..7559e3d 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -3,7 +3,7 @@ CC=gcc
CFLAGS=-Wall -g -I/usr/include/X11
LDFLAGS=-L.
LOADLIBES= -lX11 -lXt -lXaw
-FILES=viewport toggle strip scrollbar repeater pane menu list xawhisto
+FILES=viewport toggle strip scrollbar repeater pane menu list xawhisto simple
all: $(FILES)