diff --git a/std-script/box-win/Makefile b/std-script/box-win/Makefile new file mode 100644 --- /dev/null +++ b/std-script/box-win/Makefile @@ -0,0 +1,7 @@ +box: box.cpp execute.o + g++ box.cpp execute.o -o box -lpsapi + +execute.o: execute.cpp execute.h + g++ -c execute.cpp + +all: box \ No newline at end of file