mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 21:12:31 +08:00
Merge pull request #3178 from sudobash1/expand_at
Fixes #3092 - Implement loading `@file` c arguments
This commit is contained in:
3
test/test_c_projects/makefile_project/args
Normal file
3
test/test_c_projects/makefile_project/args
Normal file
@@ -0,0 +1,3 @@
|
||||
foolib.a
|
||||
-DARGS1
|
||||
@subdir/args
|
||||
1
test/test_c_projects/makefile_project/subdir/args
Normal file
1
test/test_c_projects/makefile_project/subdir/args
Normal file
@@ -0,0 +1 @@
|
||||
-DARGS2
|
||||
Reference in New Issue
Block a user