test_repo/Makefile

10 lines
82 B
Makefile
Raw Normal View History

2020-12-13 22:28:05 +00:00
all: test main
main:
g++ main.cpp -o main
test:
g++ test.cpp -o test
./test