Add --pipe flag

This commit is contained in:
Jarcode
2019-03-14 21:39:50 -07:00
parent 04a4da4993
commit aa56b89ddf
7 changed files with 339 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
SHELL := /bin/bash
.SHELLFLAGS="-O extglob -c"
.SHELLFLAGS = -O extglob -c
src = $(wildcard *.c)
obj = $(src:.c=.o)