Big commit: Cleaned formatting of Pish, added CommandStruct and Common.h for it
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
INC := -I include
|
||||
|
||||
all: main exec
|
||||
all: compile link
|
||||
|
||||
main:
|
||||
compile:
|
||||
gcc $(INC) -c -o build/main.o src/main.c
|
||||
gcc $(INC) -c -o build/Integrated.o src/Integrated.c
|
||||
gcc $(INC) -c -o build/Pish.o src/Pish.c
|
||||
|
||||
exec:
|
||||
link:
|
||||
gcc -o bin/pish.out build/*.o
|
||||
|
||||
clean:
|
||||
rm build/*
|
||||
rm build/*.o
|
||||
rm bin/*.out
|
||||
|
||||
Reference in New Issue
Block a user