Fix Makefile invoking rscons

This commit is contained in:
Josh Holtrop 2023-02-02 19:18:56 -05:00
parent 3f25e11eec
commit 7ed099dfdf

View File

@ -1,6 +1,6 @@
.PHONY: all
all:
./rscons build
./rscons
.PHONY: clean
clean: