Skip to content

Commit

Permalink
restored default make target
Browse files Browse the repository at this point in the history
  • Loading branch information
giaf committed Jan 16, 2019
1 parent 57502e4 commit e4cbc0f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Expand Up @@ -2,6 +2,12 @@



# default make target
all: acados_static acados_c_static



# include config & tailored rules
include ./Makefile.rule
include ./Makefile.osqp

Expand Down Expand Up @@ -97,8 +103,6 @@ endif



all: acados_static acados_c_static

acados_static: $(STATIC_DEPS)
( cd acados; $(MAKE) obj TOP=$(TOP) )
ar rcs libacore.a $(OBJS)
Expand Down

0 comments on commit e4cbc0f

Please sign in to comment.