diff --git a/Makefile b/Makefile index 3dc3680..79cc4f9 100644 --- a/Makefile +++ b/Makefile @@ -26,3 +26,7 @@ .PHONY: default default: @make -C src + +.PHONY: static +static: + @make -C src static diff --git a/src/Makefile b/src/Makefile index f12a832..999b3fa 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 \