Rename to `spec`.

pull/9/head
Joshua Potter 2023-11-22 14:43:20 -07:00
parent f949647e1b
commit 508d738f9b
4 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.cache/
.direnv/
gen-flake
compile_commands.json
spec

View File

@ -1,4 +1,4 @@
COMMAND=clang -g -I include src/*.c main.c -o gen-flake
COMMAND=clang -g -I include src/*.c main.c -o spec
all:
@${COMMAND}

View File

@ -1,6 +1,6 @@
# gen-flake
# spec
CLI utility for initializing projects deterministically using flakes.
CLI utility for initializing projects in reproducible ways.
## Problem

BIN
gen-flake

Binary file not shown.