Skip to content

Commit

Permalink
Fix sources names in C.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 19, 2024
1 parent 26e753a commit bfb77c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions C/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ headers:
sources:
make -C src sources

build:
mkdir -p $(BUILD_DIR)

clean:
make -C include clean
make -C src clean
3 changes: 1 addition & 2 deletions C/src/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@



SRC=codata_constants_2010.c codata_constants_2014 codata_constants_2018 codata_constants_2022
SRC=codata_constants_2010.c codata_constants_2014.c codata_constants_2018.c codata_constants_2022.c


sources: $(SRC)

0 comments on commit bfb77c6

Please sign in to comment.