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
|
.PHONY: default
|
||||||
default:
|
default:
|
||||||
@make -C src
|
@make -C src
|
||||||
|
|
||||||
|
.PHONY: static
|
||||||
|
static:
|
||||||
|
@make -C src static
|
||||||
|
|
|
@ -29,9 +29,6 @@ default: imports
|
||||||
.PHONY: static
|
.PHONY: static
|
||||||
static: bbstool
|
static: bbstool
|
||||||
|
|
||||||
.PHONY: all
|
|
||||||
all: imports static
|
|
||||||
|
|
||||||
CSC=csc
|
CSC=csc
|
||||||
|
|
||||||
BBSTOOL-DEPS=bbstool.scm testing.import.scm listing.import.scm \
|
BBSTOOL-DEPS=bbstool.scm testing.import.scm listing.import.scm \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue