From 11cf042b1ca2782af107761038943c80b0c9da12 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Thu, 29 Oct 2015 20:15:56 +0100 Subject: [PATCH] Remove all target --- c_primer_plus/chapter03/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/c_primer_plus/chapter03/Makefile b/c_primer_plus/chapter03/Makefile index 4d59a80..a3e7363 100644 --- a/c_primer_plus/chapter03/Makefile +++ b/c_primer_plus/chapter03/Makefile @@ -1,9 +1,6 @@ SRC := $(shell ls *.c) -.PHONY: all -all: - %: %.c gcc -Wall -Wextra $@.c -o $@