add mkfifo

This commit is contained in:
Connor Lane Smith
2011-05-25 11:00:15 +01:00
parent da757ff7d1
commit a9c970b973
7 changed files with 30 additions and 6 deletions

View File

@@ -4,8 +4,6 @@ VERSION = 0.0
#CC = cc
#CC = musl-gcc
AR = ar
CPPFLAGS = -D_POSIX_C_SOURCE=200112L
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -s -static