Skip to content

Commit

Permalink
Add skeleton for parsing GNUmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Sep 22, 2024
1 parent 31ffaee commit 79aa7a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/pc2xc/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ void buildPhase(NSArray *items, PBXBuildPhase *phase)

PBXContainer *convertGNUmakfile(NSString *inputString)
{

return nil;
}

Expand Down

0 comments on commit 79aa7a3

Please sign in to comment.