mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
sockread: add new package
sockread reads data from a Unix domain socket Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
CC ?= gcc
|
||||
CFLAGS ?= -O2 -Wall -pedantic
|
||||
CFLAGS += -std=gnu99
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
sockread:
|
||||
$(CC) $(CFLAGS) main.c -o sockread
|
||||
|
||||
clean:
|
||||
rm -f sockread
|
||||
Reference in New Issue
Block a user