Skip to content

Commit

Permalink
Small tweaks and Makefile commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed May 25, 2024
1 parent a27da99 commit 51127e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

# ===============================================================================
# WARNING! You should leave this Makefile alone probably
# To configure the build, you can edit config.mk
# To configure the build, you can edit config.mk, or else you export the
# equivalent shell variables prior to invoking 'make' to adjust the
# build configuration.
# ===============================================================================

include config.mk
Expand Down
3 changes: 2 additions & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Adjusted configuration for test builds
CIO_LOCATOR_FILE := cio_ra.bin

CFLAGS = -I../include -O0 -g -pg -fprofile-arcs -ftest-coverage
LDFLAGS += -fprofile-arcs -ftest-coverage -lm

# Now configure the build with the above tweaks...
include ../config.mk


#OBJECTS := $(subst obj/,,$(OBJECTS))
OBJECTS := novas.o nutation.o solsys3.o

Expand Down

0 comments on commit 51127e8

Please sign in to comment.