mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-14 01:43:12 +00:00
More renaming of gen4asm -> intel-gen4asm, plus README update.
This commit is contained in:
committed by
Damien Lespiau
parent
09bf91ea75
commit
713db8b220
@@ -15,4 +15,4 @@ gram.h: gram.c
|
||||
BUILT_SOURCES = gram.h gram.c lex.c
|
||||
MAINTAINERCLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
# man_MANS = gen4asm.1
|
||||
# man_MANS = intel-gen4asm.1
|
||||
|
||||
@@ -43,7 +43,7 @@ static const struct option longopts[] = {
|
||||
|
||||
void usage(void)
|
||||
{
|
||||
fprintf(stderr, "usage: gen4asm [-o outputfile] inputfile\n");
|
||||
fprintf(stderr, "usage: intel-gen4asm [-o outputfile] inputfile\n");
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
||||
Reference in New Issue
Block a user