Streamline makefiles.
This commit is contained in:
parent
2a12831409
commit
9a1bd70c36
2 changed files with 4 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -26,3 +26,7 @@
|
|||
.PHONY: default
|
||||
default:
|
||||
@make -C src
|
||||
|
||||
.PHONY: static
|
||||
static:
|
||||
@make -C src static
|
||||
|
|
|
@ -29,9 +29,6 @@ default: imports
|
|||
.PHONY: static
|
||||
static: bbstool
|
||||
|
||||
.PHONY: all
|
||||
all: imports static
|
||||
|
||||
CSC=csc
|
||||
|
||||
BBSTOOL-DEPS=bbstool.scm testing.import.scm listing.import.scm \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue