gregschmit / omake

An extra implementation of make.
MIT License
17 stars 1 forks source link

Implement special targets (especially `.PHONY` and `.IGNORE`) #18

Open gregschmit opened 1 year ago

gregschmit commented 1 year ago

We need a mechanism so special targets can capture the list of prerequisites and store them in an easily retrievable way. They should probably be stored on the Makefile struct as Vec<String>. Two good examples to implement: .PHONY and .IGNORE