Makefile now autobuilds.

This commit is contained in:
2023-10-09 04:50:10 -07:00
parent f49a41bd77
commit 96febb88ec
+1
View File
@@ -1,5 +1,6 @@
.PHONY: all
all:
mkdir -p build && cd build && cmake .. && make
.PHONY: deps
deps: