Rename to `spec`.
parent
f949647e1b
commit
508d738f9b
|
@ -1,4 +1,4 @@
|
|||
.cache/
|
||||
.direnv/
|
||||
gen-flake
|
||||
compile_commands.json
|
||||
spec
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# gen-flake
|
||||
# spec
|
||||
|
||||
CLI utility for initializing projects deterministically using flakes.
|
||||
CLI utility for initializing projects in reproducible ways.
|
||||
|
||||
## Problem
|
||||
|
||||
|
|
Loading…
Reference in New Issue