Makefile now autobuilds.

This commit is contained in:
Kyle Isom 2023-10-09 04:49:55 -07:00
parent f49a41bd77
commit 96febb88ec
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.PHONY: all
all:
mkdir -p build && cd build && cmake .. && make
.PHONY: deps
deps: