mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
$(TOPDIR), make: Initial commit
After making most modules independent from the Hamlet tree, place Makefiles in a central location for more centralized control over the build process.
This commit is contained in:
commit
46c67d77fc
11 changed files with 206 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
TOPDIR=.
|
||||
CLEAN = include lib
|
||||
SUBDIRS = $(shell find . -type d -maxdepth 1 | grep -ve "include\|CVS\|lib" | grep /)
|
||||
include $(TOPDIR)/make/dirs.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue