Skip to content

Commit

Permalink
buildsys: add libgap.la to all: target
Browse files Browse the repository at this point in the history
When using projects using libgap.la, I constantly forget to type
`make libgap.la`, and only do `make`, resulting in all kinds of
annoying issues.
  • Loading branch information
fingolfin authored and markuspf committed Nov 6, 2018
1 parent 9f26882 commit 82d0fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
########################################################################
# Default rule: build gap
########################################################################
all: gap$(EXEEXT) gac
all: gap$(EXEEXT) gac libgap.la
.PHONY: all

# Backwards compatibility: add "default" target as alias for "all"
Expand Down

0 comments on commit 82d0fb1

Please sign in to comment.