From fdbdd30ee15366f0b278991dd151b0f72c11c78b Mon Sep 17 00:00:00 2001 From: jeebuscrossaint Date: Mon, 17 Jun 2024 19:27:51 -0400 Subject: [PATCH] readme edit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93c5cd0..65b2d3e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Constrict is a custom build system I wrote for myself [think of cmake, gmake, th ## build -For me, this is the last makefile I will ever write, so you can run make to build the project. +All you need is the go compiler installed of course lol, `go build constrict.go` and then you have it! ## syntax @@ -39,7 +39,7 @@ rm $(obj) ## todo -I will try to add incremental building, and a couple other features including printing to stdout every single command the program runs. +I will try to add incremental building. #### naming