Skip to content
Snippets Groups Projects
Commit 6ea0bf19 authored by despair's avatar despair
Browse files

Merge branch 'master' of ssh.gitgud.io:despair/netrunner

parents e3850f1b b7b696ba
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,6 @@
make -fNTMakeFile
strip -s netrunner.exe
mkdir bin
mv *.pnm *.crt *.ttf *.dll bin &2> /dev/null
mv LICENSE bin &2> /dev/null
mv netrunner.exe bin &2> /dev/null
\ No newline at end of file
mv *.pnm *.crt *.ttf *.dll bin &1> /dev/null
mv LICENSE bin &1> /dev/null
mv netrunner.exe bin &1> /dev/null
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment