Skip to content

Commit

Permalink
Merge pull request #109 from AO-StreetArt/dev
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
AO-StreetArt committed Jan 21, 2018
2 parents b8be203 + 5ef65de commit 2059b31
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,5 @@ uninstall:
$(RM) -r $(INSTALL_DIR)
$(RM) $(INSTALL_LIB_DIR)/libaossl.a

# To create the static library we need the object files
# Using $@ gives us the current target
#
libaossl.a:
$(SLC) $@ $(OBJS)

make_subfolders:
cd aossl && $(MAKE)

0 comments on commit 2059b31

Please sign in to comment.