mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
Adding apps dir to clean target
This commit is contained in:
parent
f111d6e097
commit
d5374c2728
3
Makefile
3
Makefile
@ -15,5 +15,4 @@ install: all
|
||||
|
||||
clean:
|
||||
rm -rf */*.o */*.ko */*.mod.c */.*.cmd .tmp_versions Module* modules*
|
||||
|
||||
|
||||
$(MAKE) -C apps clean
|
||||
|
@ -1,4 +1,6 @@
|
||||
all: cit citin flashprog modt ddtest setmod ddflash
|
||||
APPS = cit citin flashprog modt ddtest setmod ddflash
|
||||
|
||||
all: $(APPS)
|
||||
|
||||
cit: cit.c
|
||||
gcc -o cit cit.c -lpthread
|
||||
@ -17,3 +19,6 @@ ddtest: ddtest.c
|
||||
|
||||
ddflash: ddflash.c
|
||||
gcc -o ddflash ddflash.c
|
||||
|
||||
clean:
|
||||
rm -rf $(APPS)
|
||||
|
Loading…
Reference in New Issue
Block a user