mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 21:31:51 +00:00
make sure clean removes objects in subdirs
This commit is contained in:
parent
f98f5e37cd
commit
e037622641
@ -28,4 +28,4 @@ all: $(libraries-y)
|
|||||||
-include $(top_builddir)/.depend
|
-include $(top_builddir)/.depend
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.a $(AR_TARGET)
|
rm -f *.o *.a */*.o $(AR_TARGET)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user