-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from V0ldek/code-generation
Code generation
- Loading branch information
Showing
77 changed files
with
8,123 additions
and
451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
all: | ||
gcc -O2 -c ./lib/runtime.c -o ./lib/runtime.o | ||
stack build --copy-bins | ||
|
||
clean: | ||
stack clean | ||
rm -f latc | ||
rm -f ./lib/runtime.o | ||
rm -f latc_x86_64 | ||
rm -f espi |
Oops, something went wrong.