Skip to content

Commit

Permalink
Update Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-marian committed May 22, 2024
1 parent 99e0f24 commit 68ef397
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
Expand Up @@ -7,8 +7,8 @@ SUBDIRS = include src
AM_CPPFLAGS = -I$(srcdir)/include

# Define the program to be built
bin_PROGRAMS = casamonitor
bin_PROGRAMS = main

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

0 comments on commit 68ef397

Please sign in to comment.