Skip to content

Commit

Permalink
Remove apidoc from all target for now until we install docs somewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mason-larobina committed Aug 20, 2010
1 parent e581a8f commit dc7eeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SRCS = $(filter-out ${GSRC},$(wildcard *.c) $(wildcard common/*.c) $(wildcard w
HEADS = $(filter-out ${GHEAD},$(wildcard *.h) $(wildcard common/*.h) $(wildcard widgets/*.h)) ${GHEAD}
OBJS = $(foreach obj,$(SRCS:.c=.o),$(obj))

all: options newline luakit apidoc
all: options newline luakit

options:
@echo luakit build options:
Expand Down

0 comments on commit dc7eeba

Please sign in to comment.