From 17193acd17fbbee35ff29ba2b1f7fefb88843340 Mon Sep 17 00:00:00 2001 From: nayoung <skdud@ajou.ac.kr> Date: Wed, 19 Aug 2020 01:16:27 +0900 Subject: [PATCH] Add a part about .o to the Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1a5c359..1fbdf94 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ test.o: test.c fx_s2308_double.o: fx_s2308_double.c $(CC) $(CFLAGS) fx_s2308_double.c +fx_s2308_longlong.o: fx_s2308_longlong.c + $(CC) $(CFLAGS) fx_s2308_longlong.c + clean: - rm $(OBJS) rm fx_s2308_double -- GitLab