Skip to content

Commit

Permalink
Remove generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Jul 22, 2024
1 parent b151425 commit 37d26b5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 282 deletions.
2 changes: 1 addition & 1 deletion erasure-plugin/clean_extraction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

shopt -s nullglob # make the for loop do nothnig when there is no *.ml* files

files=`cat ../template-coq/_PluginProject | grep "^[^#].*mli\?$" | sed -e s/gen-src/src/`
files=`cat ../template-coq/_PluginProject.in | grep "^[^#].*mli\?$" | sed -e s/gen-src/src/`

if [[ ! -f "src/metacoq_erasure_plugin.cmxs" ||
"src/metacoq_erasure_plugin.cmxs" -ot "theories/Extraction.vo" ]]
Expand Down
2 changes: 1 addition & 1 deletion safechecker-plugin/clean_extraction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

shopt -s nullglob # make the for loop do nothnig when there is no *.ml* files

files=`cat ../template-coq/_PluginProject | grep "^[^#].*mli\?$" | sed -e s/gen-src/src/`
files=`cat ../template-coq/_PluginProject.in | grep "^[^#].*mli\?$" | sed -e s/gen-src/src/`

if [[ ! -f "src/metacoq_safechecker_plugin.cmxs" ||
"src/metacoq_safechecker_plugin.cmxs" -ot "theories/Extraction.vo" ]]
Expand Down
248 changes: 0 additions & 248 deletions template-coq/_PluginProject

This file was deleted.

32 changes: 0 additions & 32 deletions template-coq/_TemplateCoqProject

This file was deleted.

0 comments on commit 37d26b5

Please sign in to comment.