Skip to content

Commit

Permalink
git ignore fox-tinyed, but the window is very small
Browse files Browse the repository at this point in the history
  • Loading branch information
Basile Starynkevitch committed Apr 19, 2022
1 parent d3799e4 commit b689595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -61,3 +61,4 @@ HelloWorld/*.mkd
logged-gcc
logged-g++
*.orig
fox-tinyed
2 changes: 1 addition & 1 deletion tinyed-build.sh
Expand Up @@ -5,4 +5,4 @@ ASTYLE=astyle
ASTYLEFLAGS='--verbose --indent=spaces=2 --style=gnu'
$ASTYLE $ASTYLEFLAGS fox-tinyed.cc
CXXFLAGS='-Wall -Wextra -Woverloaded-virtual -Wshadow -O -g'
$CXX $CXXFLAGS $(pkg-config --cflags fox17) fox-tinyed.cc $(pkg-config --libs fox17)
$CXX $CXXFLAGS $(pkg-config --cflags fox17) fox-tinyed.cc $(pkg-config --libs fox17) -o fox-tinyed

0 comments on commit b689595

Please sign in to comment.