From 04576dc2a3f761eb041b808b56f13a58052e7655 Mon Sep 17 00:00:00 2001 From: Stefan Zabka Date: Sun, 24 May 2020 12:19:52 +0200 Subject: Moved back to 02_exercise --- shell/beispiele/pipe_example/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 shell/beispiele/pipe_example/Makefile (limited to 'shell/beispiele/pipe_example/Makefile') diff --git a/shell/beispiele/pipe_example/Makefile b/shell/beispiele/pipe_example/Makefile deleted file mode 100644 index d69473e..0000000 --- a/shell/beispiele/pipe_example/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/make -.SUFFIXES: - -CFLAGS = -c -Os -Wall -Werror - -%.o: %.c - $(CC) $(CFLAGS) $^ -o $@ - -%: %.o - $(CC) -o $@ $^ - -all: pipe - -run: all - ./pipe - -clean: - $(RM) $(RMFILES) pipe -- cgit v1.2.3-54-g00ecf