libamxc  1.10.3
C Generic Data Containers
makefile
Go to the documentation of this file.
1 SUBDIRS := $(wildcard package_*)
2 
3 all:
4  @for dir in $(SUBDIRS); do make -C $$dir; done
5 
6 .PHONY: all
7