This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
learning-by-doing
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove all target
master
T. Meissner
9 years ago
parent
316772adb9
commit
11cf042b1c
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
$@
Write
Preview
Loading…
Cancel
Save