Added base Pish from slides and fixed Makefile

This commit is contained in:
2022-10-10 18:55:22 -05:00
parent e314d06c21
commit 31b5a5cbb5
6 changed files with 53 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ main:
gcc $(INC) -c -o build/Pish.o src/Pish.c
exec:
gcc -o bin/pish build/*.o
gcc -o bin/pish.out build/*.o
clean:
rm build/*