File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Set the default behavior, in case people don't have core.autocrlf set.
2+ * text =auto
3+
4+ # Explicitly declare text files you want to always be normalized and converted
5+ # to native line endings on checkout.
6+ * .cpp text
7+ * .h text
8+
9+ # Denote all files that are truly binary and should not be modified.
10+ * .png binary
11+ * .jpg binary
Original file line number Diff line number Diff line change 4747 endif
4848endif
4949
50- all :
50+ all : build_all
51+
52+ help :
5153 @echo " Usage: make [TYPE]"
5254 @echo
5355 @echo " Enter package type to build. Options:"
5456 @echo
5557 @echo " deb debian package"
5658 @echo " win windows installer (not yet available)"
5759 @echo " mac mac bundle (not yet available)"
60+ @echo
61+ @echo " no parameter builds only the binaries"
5862
5963
6064build_all : build_ide build_openspin build_loader
You can’t perform that action at this time.
0 commit comments