diff options
Diffstat (limited to 'util/getpir/Makefile')
-rw-r--r-- | util/getpir/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/getpir/Makefile b/util/getpir/Makefile index 13bf47efc9..94270f54a6 100644 --- a/util/getpir/Makefile +++ b/util/getpir/Makefile @@ -5,8 +5,7 @@ CC=gcc CFLAGS=-O2 -D_GNU_SOURCE -DGETPIR -Wall -all: getpir checkpir - ./checkpir +all: getpir getpir: getpir.o checksum.o code_gen.o $(CC) $(CFLAGS) -o getpir $^ |