diff --git a/lab_4/Makefile b/lab_4/Makefile index 6806c68..7da8d70 100644 --- a/lab_4/Makefile +++ b/lab_4/Makefile @@ -1,5 +1,3 @@ -# Makefile for lab 4 - FIFO (named pipes) only - CC = gcc CFLAGS = -Wall -Wextra -std=c99 -g