From e2c8b912f77f9943cbc7cbb9359368be650cada7 Mon Sep 17 00:00:00 2001 From: nayoung <skdud@ajou.ac.kr> Date: Tue, 18 Aug 2020 23:54:19 +0900 Subject: [PATCH] Modify Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5934a7f..1a5c359 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SRC := test.c fx_s2308_double.c +SRC := test.c fx_s2308_double.c fx_s2308_longlong.c OBJS := $(SRC:.c=.o) CC := gcc CFLAGS = -c -Wall -g -- GitLab