mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
hardnested_tables: add C99 flag in suggested compilation
This commit is contained in:
parent
6609db82ab
commit
20393d71a8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
// To compile it:
|
||||
// gcc -I ../../common -o hardnested_tables hardnested_tables.c
|
||||
// gcc -std=c99 -I ../../common -o hardnested_tables hardnested_tables.c
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdbool.h>
|
||||
|
|
Loading…
Reference in a new issue