Skip to content

Commit

Permalink
Minor adjustment after major merge
Browse files Browse the repository at this point in the history
  • Loading branch information
haubold committed Apr 29, 2020
1 parent bedf19e commit 841c5af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ src/*.idx
src/*.awk
src/checkTut.sh
src/furTut.sh
src/tutorial.sh
scripts/tutorial.sh




src/makeFurDb
src/makeFurDb.c
scripts/checkTut.sh
scripts/furTut.sh
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all:
make -C src tutorial
mkdir -p build
cp src/fur build
cp src/tutorial.sh scripts
cp src/checkTut.sh src/furTut.sh scripts
test:
@make -s -C src test
eco105:
Expand Down

0 comments on commit 841c5af

Please sign in to comment.