Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ VALGRINDARGS = --tool=memcheck --num-callers=8 --leak-resolution=high \
# for the BINARIES that you specified above have already been done.
#========================================================================

all: binaries libraries doc
all: tkTable.tcl.h
$(MAKE) binaries libraries doc

#========================================================================
# The binaries target builds executable programs, Windows .dll's, unix
Expand Down