mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
includes.mk is meant as a makefile to include in directories containing only headers meant to be copied into BUILD_HDRDIR and INSTALL_HDRDIR
10 lines
165 B
Makefile
10 lines
165 B
Makefile
include $(MODDIR)/make/defs.mk
|
|
include $(MODDIR)/make/rules.mk
|
|
|
|
all: build_HDR
|
|
clean: clean.includes
|
|
install: install_HDR
|
|
|
|
clean.includes:
|
|
rm -rf *~ .*.swp *.done
|
|
|