Skip to content

Commit

Permalink
add an "all" default target to the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fccm committed Mar 19, 2021
1 parent 41b8118 commit 570e553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ vpath %.h ./c_stubs/
vpath %.cpp ./cxx_stubs/
vpath %.hpp ./cxx_stubs/

all: cxx_all

# Bindings to the C++ API:
cxx: cxx_byte cxx_opt
Expand Down

0 comments on commit 570e553

Please sign in to comment.