Loading Makefile +1 −1 Original line number Diff line number Diff line # Runs 'make', 'make install', and 'make clean' in specified subdirectories SUBDIRS := src/php_top # src1 SUBDIRS := src/php_top src/python_tests # src1 INSTALLDIRS = $(SUBDIRS:%=install-%) CLEANDIRS = $(SUBDIRS:%=clean-%) Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line # Runs 'make', 'make install', and 'make clean' in specified subdirectories SUBDIRS := src/php_top # src1 SUBDIRS := src/php_top src/python_tests # src1 INSTALLDIRS = $(SUBDIRS:%=install-%) CLEANDIRS = $(SUBDIRS:%=clean-%) Loading