aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d91b265..a2fbffa 100644
--- a/Makefile
+++ b/Makefile
@@ -19,10 +19,15 @@ LDFLAGS += $(LUA_LDFLAGS) $(READLINE_LDFLAGS) $(JACK_LDFLAGS) \
# with the LuaJIT FFI interface:
LDFLAGS += -rdynamic
+.PHONY: all doc
+
all : applause
applause : applause.o evdev.o
$(CC) -o $@ $^ $(LDFLAGS)
+doc:
+ ldoc .
+
clean:
$(RM) *.o applause