Files
pokerc/Makefile
T
2025-02-20 19:01:27 +00:00

9 lines
116 B
Makefile

all: build run
build:
g++ main.cpp -o pokerc -std=c++11
cd apps && ./build.py
run:
chmod +x pokerc
./pokerc