Skip to content

Commit

Permalink
make clean now cleans extracted files
Browse files Browse the repository at this point in the history
  • Loading branch information
hferee committed Feb 8, 2024
1 parent 63e6069 commit 959f654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ doc: makefile.coq demo
clean::
rm makefile.coq makefile.coq.conf
rm -f $(BUILD_FILES)
rm -f extraction/*.{ml,mli}
rm -f extraction/*.ml extraction/*.mli

# OCaml build
#SOURCE_ROOT=extraction
Expand Down

0 comments on commit 959f654

Please sign in to comment.