awips2/nativeLib/dist.native/makefile
2017-04-21 18:33:55 -06:00

13 lines
199 B
Makefile

makefile_dist=$(wildcard ../build.native/makefile.dist)
ifndef INSTALL_DIR
INSTALL_DIR = $(HOME)/awips
endif
ifneq ($(strip $(makefile_dist)),)
include $(makefile_dist)
endif
%:
# nothing to do