Browse Source

Remove all target

master
T. Meissner 9 years ago
parent
commit
11cf042b1c
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      c_primer_plus/chapter03/Makefile

+ 0
- 3
c_primer_plus/chapter03/Makefile View File

@ -1,9 +1,6 @@
SRC := $(shell ls *.c)
.PHONY: all
all:
%: %.c
gcc -Wall -Wextra $@.c -o $@


Loading…
Cancel
Save