Skip to content

Commit

Permalink
build: Remove Makefile
Browse files Browse the repository at this point in the history
The Makefile simplified building Triton VM despite the cyclic dependency
in its build process. Now, the cyclic build dependency is broken. Cargo
is the recommended build tool for Triton VM.
  • Loading branch information
jan-ferdinand committed Sep 9, 2024
1 parent f1b494c commit d88a761
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 75 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Added by Makefile configuration
/makefile-target

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
Expand Down
72 changes: 0 additions & 72 deletions Makefile

This file was deleted.

0 comments on commit d88a761

Please sign in to comment.