Skip to content

what is the file extension esq in your makefile? #3

@adshz

Description

@adshz

Hi

Thanks for making this tester file;

I tried to learn from your tester program where I noticed you use .esq in

  1 exec: $(SRC)
10          @$(CC) -o t0.esq $^ $(CFG) -D BUFFER_SIZE=0                                             
  1         @$(CC) -o t1.esq $^ $(CFG) -D BUFFER_SIZE=1
  2         @$(CC) -o t2.esq $^ $(CFG) -D BUFFER_SIZE=2
  3         @$(CC) -o t42.esq $^ $(CFG) -D BUFFER_SIZE=42
  4         @$(CC) -o t42000.esq $^ $(CFG) -D BUFFER_SIZE=42000
  5         

I couldn't find anywhere to understand what that meant. Is there any chance you could explain it a bit?

Many thanks!
David

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions