Skip to content

Commit

Permalink
Merge pull request #564 from Immediate-Mode-UI/remove-doc-binary
Browse files Browse the repository at this point in the history
documentation: Remove the "doc" binary from repo (it is being rebuilt on demand anyway)
  • Loading branch information
dumblob committed Jul 10, 2023
2 parents ca2a260 + 351e5d7 commit b4b94b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ example/bin/*
docs/xml
docs/build
docs/src
doc/doc*
*.tmp
*.swo
*.swp
Expand Down
8 changes: 5 additions & 3 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ LIBS =
else
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
LIBS =
LIBS =
else
LIBS =
endif
endif

$(BIN):
rm -f $(BIN) $(OBJS)
$(BIN): clean
$(CC) $(SRC) $(CFLAGS) -o $(BIN)

clean:
rm -f $(BIN) $(OBJS)
Binary file removed doc/doc
Binary file not shown.

0 comments on commit b4b94b0

Please sign in to comment.