Skip to content

Commit

Permalink
Update Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-marian authored May 22, 2024
1 parent 9a3b4e1 commit f010d1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
AUTOMAKE_OPTIONS = foreign
AUTOMAKE_OPTIONS = foreign subdir-objects

# Define the subdirectories
SUBDIRS = include src

# Include directories
INCLUDES = -I$(srcdir)/include
AM_CPPFLAGS = -I$(srcdir)/include

# Define the program to be built
bin_PROGRAMS = casamonitor
Expand All @@ -18,5 +18,5 @@ casamonitor_SOURCES = \
src/usart.c

# Additional flags and libraries
casamonitor_CXXFLAGS = -Wall -g $(INCLUDES)
casamonitor_CXXFLAGS = -Wall -g $(AM_CPPFLAGS)
casamonitor_LDADD = -lm

0 comments on commit f010d1e

Please sign in to comment.