Login
GNUmakefile at [5829e02ee3]
Login

File client/GNUmakefile artifact d13cefd8d0 part of check-in 5829e02ee3


#!/usr/bin/make # help out emacs
all:
include ../subdir-inc.make
DISTCLEAN_FILES += Makefile
ifeq (1,$(BUILD_CLIENT_FNC))
clean-.: clean-fnc
distclean-.: distclean-fnc
SUBDIRS := fnc
$(eval $(call ShakeNMake.CALL.SUBDIRS,$(SUBDIRS)))
all: subdir-fnc
endif