@@ -0,0 +1,19 @@
#
# Pish
# Authors: Gregory
# Samantha
# Readme: README.md
all: main exec
main:
gcc -c -o build/main.o src/main.c
exec:
gcc -o bin/pish build/*.o
./bin/pish
clean:
rm build/*
The note is not visible to the blocked user.