Show More
Commit Description:
added box for windows
Commit Description:
added box for windows
File last commit:
Show/Diff file:
Action:
std-script/box-win/Makefile | 6 lines | 124 B | text/x-makefile | MakefileLexer |
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