Skip to content
Snippets Groups Projects
Commit 340711ac authored by yejoon's avatar yejoon
Browse files

Modify Makefile and add double vs longlong

parent a412eac3
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ SRCS := test.c fx_s1615_double.c fx_1615_longlong.c ...@@ -2,7 +2,7 @@ SRCS := test.c fx_s1615_double.c fx_1615_longlong.c
OBJS := $(SRCS:.c=.o) OBJS := $(SRCS:.c=.o)
CC := gcc # pre-defined macro can be redefined! CC := gcc # pre-defined macro can be redefined!
#CFLAGS = -c -Wall -g #CFLAGS = -c -Wall -g
CFLAGS = -c -DTEST -Wall CFLAGS = -Wall
test : $(OBJS) test : $(OBJS)
$(CC) -o $@ $^ -lm $(CC) -o $@ $^ -lm
......
images/DIVISION_TIME_TEST.png

850 KiB

images/MULTIPLE_TIME_TEST.png

839 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment