test_repo/Makefile
2020-12-13 23:29:32 +01:00

9 lines
82 B
Makefile

all: test main
main:
g++ main.cpp -o main
test:
g++ test.cpp -o test
./test