Git
Wiki
Site
projects
/
soft
/
tools
/
lpctools
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20709c2
)
Update clean rule in makefile to clean all targets
author
Nathael Pajani
<nathael.pajani@ed3l.fr>
Sat, 16 Feb 2019 09:41:26 +0000
(10:41 +0100)
committer
Nathael Pajani
<nathael.pajani@ed3l.fr>
Sat, 16 Feb 2019 09:41:26 +0000
(10:41 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c4888af
..
f53e5da
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-4,7
+4,8
@@
CC = $(CROSS_COMPILE)gcc
CFLAGS += -Wall -Wextra -O2
-all: lpcisp lpcprog lpc_binary_check
+ALL_TARGETS = lpcisp lpcprog lpc_binary_check
+all: $(ALL_TARGETS)
OBJDIR = objs
@@
-49,5
+50,4
@@
${OBJDIR}/%.o: %.c
clean:
rm -f ${OBJDIR}/*
mrproper: clean
- rm -f lpcisp
- rm -f lpcprog
+ rm -f $(ALL_TARGETS)
Techno-Innov
42 impasse de la Combe du Bois
01150 Blyes - France
contact@techno-innov.fr
Design et hébergement du site :
Techno-Innov
Techno-Innov
- SARL Coopérative
539 169 417 RCS Bourg-en-Bresse
Ce site n'utilise pas de cookies, désolé pour les gourmands !