Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assorted build fixes. #123

Merged
merged 3 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/3d/EverParse3DCompiler.fst.config.json

This file was deleted.

15 changes: 0 additions & 15 deletions src/3d/prelude/EverParse3dPrelude.fst.config.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/3d/tests/modules/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ clean:

# This rule is for continuous integration only (for the purpose of
# testing EverParse.) It can be ignored by users.
ci: $(EVERPARSE_ALL_O_FILES)
ci: $(EVERPARSE_ALL_O_FILES) $(EVERPARSE_ALL_H_FILES)
! test -e $(EVERPARSE_OUTPUT_DIR)/Lib.h
$(EVERPARSE_CMD) --check_inplace_hash src/Point.3d=$(EVERPARSE_OUTPUT_DIR)/Point.h
$(EVERPARSE_CMD) --check_inplace_hash src/Point.3d=$(EVERPARSE_OUTPUT_DIR)/Point.c
Expand Down
Loading