Skip to content
Snippets Groups Projects
Commit 1b62d761 authored by Alexander A. Klimov's avatar Alexander A. Klimov :sunglasses:
Browse files

Complete Makefile

parent 38f2c3ab
No related branches found
No related tags found
1 merge request!1Add support for opensuse 15.2
Pipeline #14016 failed
......@@ -2,8 +2,10 @@ all:
$(MAKE) -C 42.3
$(MAKE) -C 15.0
$(MAKE) -C 15.1
$(MAKE) -C 15.2
push:
$(MAKE) -C 42.3 push
$(MAKE) -C 15.0 push
$(MAKE) -C 15.1 push
$(MAKE) -C 15.2 push
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment