Skip to content
Snippets Groups Projects
Commit 95810238 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

KAM Add arch support.

parent 4f1296d6
Branches
No related tags found
No related merge requests found
#!/bin/bash
cd "$(dirname "$0")"
g++ kam.cpp -o ~/bin/kam -O2
mkdir ~/kam
#include <sys/types.h>
#include<map>
#include<string>
#include<cstring>
#include<cstdio>
using namespace std;
#ifdef DEB
......
sudo g++ -Wall kam.cpp -o ~/.local/bin/kam -O2
#!/bin/bash
cd "$(dirname "$0")"
g++ -Wall kam.cpp -o ~/.local/bin/kam -O2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment