Skip to content

Commit

Permalink
feat(main) setup for 42sh
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-jgrec committed Apr 18, 2023
1 parent 62ccdad commit faa5173
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
## Makefile
##

PROJECT_NAME = mysh
NAME = mysh
PROJECT_NAME = 42sh
NAME = 42sh

SRC := $(shell find src/ -name '*.c' -type f \
| xargs grep -L "int main")
Expand All @@ -22,8 +22,7 @@ LIB_FOLDER = mars_lib
CFLAGS := -I include/ \
-I $(LIB_FOLDER)/include/ \
-I $(LIB_FOLDER)/my_printf/include/ \
-I $(LIB_FOLDER)/my_stdlib/include/ \
-I $(LIB_FOLDER)/my_arraylib/include/
-I $(LIB_FOLDER)/my_stdlib/include/

WFLAGS := -Wall -Wextra

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# mysh
# 42sh

0 comments on commit faa5173

Please sign in to comment.