posixutils

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 03bdd3ea478db1bfb766e578a6e0497afd01eed3
parent 7dc4efc1556ba34065a86035fdc3670732c977af
Author: dcat <dcat@iotek.org>
Date:   Mon Apr 25 20:14:48 2016

makefile rules

Diffstat:
 makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/makefile b/makefile @@ -1,3 +1,9 @@ -you: +LDFLAGS = -static +CFLAGS = -g + +all: cat + +cat: cat.c + clean: ls *.c | cut -d. -f1 | xargs rm -f