From 42bfff63e5eeb88736c3fcf4f8a7cda59e4ea988 Mon Sep 17 00:00:00 2001 From: pajjilykk Date: Wed, 26 Nov 2025 16:23:33 +0700 Subject: [PATCH] ooks line an okay 5 --- lab_5/Makefile | 2 -- lab_5/common.h | 1 - 2 files changed, 3 deletions(-) diff --git a/lab_5/Makefile b/lab_5/Makefile index 461eb38..7e9a8b3 100644 --- a/lab_5/Makefile +++ b/lab_5/Makefile @@ -1,5 +1,3 @@ -# Makefile for lab 10.5 - POSIX message queues - CC = gcc CFLAGS = -Wall -Wextra -std=c99 -g LDFLAGS_MQ = -lrt diff --git a/lab_5/common.h b/lab_5/common.h index db2f410..0ddc024 100644 --- a/lab_5/common.h +++ b/lab_5/common.h @@ -1,4 +1,3 @@ -// common.h #pragma once #include