Skip to content
Snippets Groups Projects
Commit 731988d4 authored by Raymond Toy's avatar Raymond Toy
Browse files

Oops. Need k_sin and k_cos for sincos.

parent c7bf8f8f
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,12 @@ OS_LIBS = -lSystem -lc -lm
e_rem_pio2.o : e_rem_pio2.c
$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
OS_SRC += sincos.c
OS_SRC += k_sin.c k_cos.c sincos.c
k_sin.o : k_sin.c
$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
k_cos.o : k_cos.c
$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
sincos.o : sincos.c
$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment