update makefile

This commit is contained in:
Alfie King
2024-10-21 12:45:34 +01:00
parent e597d59cb2
commit 9c299777d3
6 changed files with 24 additions and 36 deletions
-7
View File
@@ -1,7 +0,0 @@
cmake_minimum_required(VERSION 3.5)
find_program(CMAKE_C_COMPILER NAMES $ENV{CC} gcc PATHS ENV PATH NO_DEFAULT_PATH)
find_program(CMAKE_CXX_COMPILER NAMES $ENV{CXX} g++ PATHS ENV PATH NO_DEFAULT_PATH)
project(owo)
add_executable(owo src/main.cpp)
target_link_libraries(owo)