-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use better
runtime/Makefile
rules for `gen/{ml-types.h,c-types.{c,s…
…ml}}` Avoid using `.stamp` files and generate proper `Makefile` dependencies.
- Loading branch information
1 parent
36494b0
commit ac1651a
Showing
3 changed files
with
277 additions
and
232 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,5 @@ | |
/gen-sizes.exe | ||
/gen-types | ||
/gen-types.exe | ||
/gen-types.stamp | ||
/ml-types.h | ||
/sizes |
Oops, something went wrong.