Files
dwl/justfile
Sravan Balaji 56aef1397c Initial configuration
- Remove config.h from gitignore so personal configuration gets tracked
- Add README.org for personal configuration
- Add justfile to keep track of project specific commands
2024-08-31 16:16:11 -04:00

10 lines
143 B
Makefile

set shell := ["bash", "-c"]
# List just commands by default
default:
@just --list
# Rebuild project
dwl-rebuild:
sudo make clean all