This commit is contained in:
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ CC = g++
|
|||||||
all: main
|
all: main
|
||||||
|
|
||||||
main: project_cpp/main.cpp tests/tests.cpp
|
main: project_cpp/main.cpp tests/tests.cpp
|
||||||
$(CC) -o main
|
$(CC) project_cpp/main.cpp -o main
|
||||||
|
|
||||||
test: tests/tests.cpp
|
test: tests/tests.cpp
|
||||||
$(CC) tests/tests.cpp -o test
|
$(CC) tests/tests.cpp -o test
|
||||||
|
|||||||
Reference in New Issue
Block a user