Skip to content

Commit

Permalink
Separate header placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Lai-YT authored and leewei05 committed Sep 11, 2023
1 parent 2fef3f2 commit 763e189
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TARGET := vitaminc
CXX := g++
CC = $(CXX)
CXXFLAGS = -g3 -std=c++14 -Wall -MMD
CXXFLAGS = -g3 -std=c++14 -Wall -MMD -Iinclude
CFLAGS = $(CXXFLAGS)
LEX = lex
# C++ features are used, yacc doesn't suffice
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 763e189

Please sign in to comment.