summaryrefslogblamecommitdiff
path: root/src/webserver/GNUmakefile
blob: 05204409ac85bb243836037674ba97f98b88d06a (plain) (tree)
1
2
3
4
5
6
7

          
                                  


                                  
                                         
.SUFFIXES:
all:
	${MAKE} -C ../.. webserver
clean:
	rm -r ../../obj/webserver/
%::
	${MAKE} -C ../.. obj/webserver/$@