1
0
forked from bonsai/harakit

cat(1p): small reformatting

This commit is contained in:
2023-08-10 20:10:30 -06:00
parent e530f10cd5
commit da2ebdb1e1
2 changed files with 10 additions and 5 deletions

View File

@@ -11,6 +11,9 @@ PREFIX=/usr/local/bin
build: build_dir cat false true
clean: build_dir
rm -rf build/
cat: build_dir
cc -o build/cat src/cat.c