From c6bd51a707aaf18a038b1074908108aca0751619 Mon Sep 17 00:00:00 2001 From: ushakya22 Date: Mon, 21 Feb 2022 16:08:45 +0000 Subject: [PATCH] Changed Makefile to compile exptestgen instead of testgen --- pipelined/srt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelined/srt/Makefile b/pipelined/srt/Makefile index 73a0b75fa..db5a11f86 100644 --- a/pipelined/srt/Makefile +++ b/pipelined/srt/Makefile @@ -3,5 +3,5 @@ all: sqrttestgen testgen sqrttestgen: sqrttestgen.c gcc sqrttestgen.c -lm -o sqrttestgen -testgen: testgen.c - gcc testgen.c -lm -o testgen +testgen: exptestgen.c + gcc exptestgen.c -lm -o exptestgen