Skip to content

Commit

Permalink
check in documentation; update makefile and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Sherk committed Oct 10, 2023
1 parent 28e57b5 commit 801db70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions fastbril/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BUILD_DIR ?= ./build
SRC_DIRS ?= ./src
CONGIG_DiR ?= ./config
DOC_DIR ?= ./doc
SHELL = /bin/sh

CONFIGS := $(shell find ./config/ -name "*.cf")
GEN_HEAD := $(shell for FILE in $(CONFIGS); do echo $$FILE | awk -F'[/.]' '{printf "src/%s.h\n", $$4}'; done)
Expand Down
7 changes: 6 additions & 1 deletion fastbril/doc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
*.aux
*.out
*.log
*.log
base.tex
float.tex
mem.tex
ssa.tex
types.tex
Binary file added fastbril/doc/brb.pdf
Binary file not shown.

0 comments on commit 801db70

Please sign in to comment.