Skip to content
Snippets Groups Projects
Commit 568a65ca authored by Jan Trávníček's avatar Jan Trávníček
Browse files

add build only rule

parent 76b357ef
No related branches found
No related tags found
No related merge requests found
...@@ -20,9 +20,11 @@ SUBDIRS_BINS = acat2 \ ...@@ -20,9 +20,11 @@ SUBDIRS_BINS = acat2 \
   
SUBDIRS_WITH_MAKE = $(dir $(wildcard */makefile)) SUBDIRS_WITH_MAKE = $(dir $(wildcard */makefile))
   
.PHONY: $(CORE_LIB) $(SUBDIRS_LIBS) $(SUBDIRS_BINS) .PHONY: $(CORE_LIB) $(SUBDIRS_LIBS) $(SUBDIRS_BINS) build copy test
   
all: $(CORE_LIB) $(SUBDIRS_LIBS) $(SUBDIRS_BINS) copy test all: build copy test
build: $(CORE_LIB) $(SUBDIRS_LIBS) $(SUBDIRS_BINS)
   
$(CORE_LIB): $(CORE_LIB):
$(MAKE) -C $@ $(MAKE) -C $@
......
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