CPP09/ex00/Makefile
2026-04-18 16:10:12 +02:00

7 lines
100 B
Makefile

NAME := btc
SRC := main.cpp BitcoinExchange.cpp
include ../common.mk
run: all
./$(NAME) input.txt