builtins #6

Merged
cromer merged 6 commits from builtins into master 2021-06-26 21:12:27 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d7fe743d5c - Show all commits

View File

@ -1,5 +1,5 @@
CC=clang
CFLAGS=-Wall -Isrc/include -DDEBUG -g -std=c17
CFLAGS=-Wall -Isrc/include -DDEBUG -g -std=c11
LDFLAGS=
FILENAME=myshellin
SRC=src/myshellin.c src/loop.c src/console_line.c src/array.c src/builtins.c