Skip to content

Commit

Permalink
C code: update Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 21, 2024
1 parent f5e16a7 commit c1948b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion C/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ SLIB=$(BUILD_DIR)/$(LIBNAME).a

.PHONY: clean example

all: build static shared
all: $(LIBNAME)

$(LIBNAME): build static shared


# ---------------------------------------------------------------------
Expand Down

0 comments on commit c1948b9

Please sign in to comment.