Moved info to README and removed program autorun
This commit is contained in:
parent
0ee8a944c4
commit
e314d06c21
12
Makefile
12
Makefile
@ -1,19 +1,13 @@
|
||||
#
|
||||
# Pish
|
||||
#
|
||||
# Authors: Gregory
|
||||
# Samantha Boyer
|
||||
# Readme: README.md
|
||||
#
|
||||
INC := -I include
|
||||
|
||||
all: main exec
|
||||
|
||||
main:
|
||||
gcc -c -o build/main.o src/main.c
|
||||
gcc $(INC) -c -o build/main.o src/main.c
|
||||
gcc $(INC) -c -o build/Pish.o src/Pish.c
|
||||
|
||||
exec:
|
||||
gcc -o bin/pish build/*.o
|
||||
./bin/pish
|
||||
|
||||
clean:
|
||||
rm build/*
|
||||
|
Loading…
Reference in New Issue
Block a user