Skip to content

Commit ab93ad1

Browse files
pataxisjohan-hultberg-work
authored andcommitted
maint: Update and align 'make clean'
1 parent 015b5ca commit ab93ad1

File tree

20 files changed

+24
-24
lines changed

20 files changed

+24
-24
lines changed

axevent/send_event/app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ CFLAGS += -Wall \
2020
all: $(PROG)
2121

2222
clean:
23-
rm -f $(PROG) *.o *.eap *_LICENSE.txt
23+
rm -f $(PROG) *.o *.eap* *_LICENSE.txt package.conf* param.conf tmp*

axevent/subscribe_to_event/app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ CFLAGS += -Wall \
2020
all: $(PROG)
2121

2222
clean:
23-
rm -f $(PROG) *.o *.eap *_LICENSE.txt
23+
rm -f $(PROG) *.o *.eap* *_LICENSE.txt package.conf* param.conf tmp*

axevent/subscribe_to_events/app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ CFLAGS += -Wall \
2020
all: $(PROG)
2121

2222
clean:
23-
rm -f $(PROG) *.o *.eap *_LICENSE.txt
23+
rm -f $(PROG) *.o *.eap* *_LICENSE.txt package.conf* param.conf tmp*

container-example/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
all:
22

33
clean:
4-
rm -f *.eap* alpine.tar
4+
rm -f *.eap* *_LICENSE.txt package.conf* param.conf tmp* alpine.tar

curl-openssl/app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ $(PROG1): $(OBJS1)
3131
$(CC) $(CFLAGS) $(LDFLAGS) $^ $(LDLIBS) -o $@
3232

3333
clean:
34-
rm -f $(PROGS) *.o *.eap *_LICENSE.txt package.conf* param.conf cacert.pem
34+
rm -f $(PROGS) *.o *.eap* *_LICENSE.txt package.conf* param.conf tmp* cacert.pem

hello-world/app/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ CFLAGS += -Wall \
1919
all: $(PROGS)
2020

2121
$(PROG1): $(OBJS1)
22-
$(CC) $^ $(CFLAGS) $(LIBS) -o $@
22+
$(CC) $^ $(CFLAGS) -o $@
2323
$(STRIP) $@
2424

2525
clean:
26-
rm -f $(PROGS) *.o core *.eap
26+
rm -f $(PROGS) *.o *.eap* *_LICENSE.txt package.conf* param.conf tmp*

licensekey/app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ $(PROGS): $(OBJS)
2727
$(CC) $(CFLAGS) $(LDFLAGS) $^ $(LDLIBS) -o $@
2828

2929
clean:
30-
rm -f $(PROGS) *.o
30+
rm -f $(PROGS) *.o *.eap* *_LICENSE.txt package.conf* param.conf tmp*

message-broker/consume-scene-metadata/app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ $(PROG1): $(OBJS1)
3434
$(STRIP) $@
3535

3636
clean:
37-
rm -rf $(PROGS) $(DEBUG_DIR) *.o *.eap* *_LICENSE.txt package.conf* param.conf tmp*
37+
rm -rf $(PROGS) *.o *.eap* *_LICENSE.txt package.conf* param.conf tmp* $(DEBUG_DIR)

object-detection-cv25/app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ $(PROG1): $(OBJS1)
3434
$(CC) $(CFLAGS) $(LDFLAGS) $^ $(LDLIBS) -o $@
3535

3636
clean:
37-
rm -rf $(PROGS) *.o $(LIBDIR) *.eap* *_LICENSE.txt manifest.json package.conf* param.conf
37+
rm -rf $(PROGS) *.o *.eap* *_LICENSE.txt package.conf* param.conf tmp* $(LIBDIR) manifest.json

object-detection/app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ $(PROG1): $(OBJS1)
3434
$(CC) $(CFLAGS) $(LDFLAGS) $^ $(LDLIBS) -o $@
3535

3636
clean:
37-
rm -rf $(PROGS) *.o $(LIBDIR) *.eap* *_LICENSE.txt manifest.json package.conf* param.conf
37+
rm -rf $(PROGS) *.o *.eap* *_LICENSE.txt package.conf* param.conf tmp* $(LIBDIR) manifest.json

0 commit comments

Comments
 (0)