practically the whole thing up and running. I should make commits more often...

This commit is contained in:
Odweta
2023-12-27 16:14:07 +01:00
parent 7d64937966
commit d5802dd341
14 changed files with 500 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
CC := gcc
FILES := src/main.c src/args.c src/new.c src/build.c src/run.c
build:
gcc -o main $(FILES)
sudo cp main /usr/bin/vendetta
rm -fr main
run:
vendetta new thing
ls