Skip to content

Commit

Permalink
more progress on cell generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbingham1 committed Sep 30, 2024
1 parent 3827375 commit 6414171
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ LIBS = \
lib/interpret_chp \
bin/ckt

MAINTAINER_NAME = $(shell git config user.name)
MAINTAINER_EMAIL = $(shell git config user.email)
MAINTAINER_NAME = "$(shell git config user.name)"
MAINTAINER_EMAIL = "$(shell git config user.email)"

all: lib

Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.8.2
2 changes: 1 addition & 1 deletion bin/ckt
Submodule ckt updated 2 files
+35 −7 src/build.cpp
+1 −1 src/sim.cpp
2 changes: 1 addition & 1 deletion lib/interpret_sch
2 changes: 1 addition & 1 deletion lib/prs
2 changes: 1 addition & 1 deletion lib/sch

0 comments on commit 6414171

Please sign in to comment.