Show More
Commit Description:
Merge branch 'master' of gitorious.org:cafe-grader/cafe-grader-judge-scripts into win-local
Commit Description:
Merge branch 'master' of gitorious.org:cafe-grader/cafe-grader-judge-scripts into win-local
References:
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