Skip to content

Commit

Permalink
Remove etc directory (#500)
Browse files Browse the repository at this point in the history
Remove apply_header target and etc directory, as it is no longer used
  • Loading branch information
AbhinavMir committed Jun 24, 2024
1 parent 77bd4d5 commit 1711385
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,6 @@ opam-uninstall:
if [ -z "$(INSTALL_DIR)" ]; then echo INSTALL_DIR is unset; false; fi
rm $(INSTALL_DIR)/bin/riscv_sim_RV64
rm $(INSTALL_DIR)/bin/riscv_sim_RV32
apply_header:
headache -c etc/headache_config -h LICENCE `ls model/*.sail`
headache -c etc/headache_config -h LICENCE `ls handwritten_support/*.lem`
headache -c etc/headache_config -h LICENCE `ls handwritten_support/*.v`

clean:
-rm -rf generated_definitions/ocaml/* generated_definitions/c/* generated_definitions/latex/*
Expand Down
6 changes: 0 additions & 6 deletions etc/headache_config

This file was deleted.

0 comments on commit 1711385

Please sign in to comment.