Streamline makefiles.

This commit is contained in:
Dominik Pantůček 2023-04-01 10:17:52 +02:00
parent 2a12831409
commit 9a1bd70c36
2 changed files with 4 additions and 3 deletions

View file

@ -26,3 +26,7 @@
.PHONY: default .PHONY: default
default: default:
@make -C src @make -C src
.PHONY: static
static:
@make -C src static

View file

@ -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 \