cmake_minimum_required(VERSION 3.20)
project(makedep)
add_executable(makedep makedep.cpp)
