Skip to content

Commit 3299a86

Browse files
committed
makefile fails during install
1 parent a2842f2 commit 3299a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LIBNAME=jwt_io
1717

1818
testfiles := $(wildcard tests/*.plt)
1919

20-
all: $(LIBNAME).$(LIBEXT) .gitlab-ci.yml
20+
all: $(LIBNAME).$(LIBEXT)
2121

2222
$(LIBNAME).$(LIBEXT): src/$(LIBNAME).o
2323
swipl-ld $(LDFLAGS) -o $@ $<

0 commit comments

Comments
 (0)