Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

Commit

Permalink
Amend Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Moridi committed May 19, 2019
1 parent e59f435 commit 2cb0d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Part-2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC = g++
BUILD_DIR = build
SRC_DIR = src
INCLUDE_DIR = include
CFLAGS = -std=c++11 -Wall -Werror -I$(INCLUDE_DIR)
CFLAGS = -std=c++11 -I$(INCLUDE_DIR)

EXECUTABLE_FILE = file_system_interface.out

Expand Down

0 comments on commit 2cb0d7a

Please sign in to comment.