From da85095f54f383dd6040e834aeae8aa3a1cb5ff9 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Fri, 31 Jan 2025 21:30:23 +0100 Subject: switching to unistd.h instead of playing around with the delivered header apue.h --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 9f00827..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -cmake_minimum_required(VERSION 3.30) -project(UnixShell C) - -set(CMAKE_C_STANDARD 11) - -add_executable(UnixShell main.c - apue.c) -- cgit v1.2.3-70-g09d2