Skip to content

Commit

Permalink
readme edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeebuscrossaint committed Jun 17, 2024
1 parent 68a0bbc commit fdbdd30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit fdbdd30

Please sign in to comment.