get rid of ugly makefile
This commit is contained in:
parent
75e2024965
commit
0ed8c9ca81
1 changed files with 0 additions and 13 deletions
13
Makefile
13
Makefile
|
|
@ -1,13 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
check-status:
|
|
||||||
@if [ -n "$$(git status --porcelain)" ]; then \
|
|
||||||
echo "Error: You have untracked or modified files. Please commit or stash your changes."; \
|
|
||||||
exit 1; \
|
|
||||||
fi
|
|
||||||
echo "Git is clean. :)"
|
|
||||||
|
|
||||||
build: check-status
|
|
||||||
sudo nixos-rebuild switch --flake .
|
|
||||||
|
|
||||||
.PHONY: check-status build
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue