StupidOS/share/mk/stupid.inc.mk

10 lines
143 B
Makefile
Raw Normal View History

2023-07-02 14:47:18 +00:00
include $(TOPDIR)/share/mk/stupid.own.mk
ifdef INCS
install::
$(INSTALL) -d $(DESTDIR)$(INCSDIR)
$(INSTALL) $^ $(DESTDIR)$(INCSDIR)
endif