Show More
Commit Description:
autonew skips submissions with bad problems, forbids getch, better compiler msg when preprocessing fails, reports compile error when the executable is too large (100MB)
Commit Description:
autonew skips submissions with bad problems, forbids getch, better compiler msg when preprocessing fails, reports compile error when the executable is too large (100MB)
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