mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 23:04:35 +01:00
tools: fix Makefile warning
Makefile:424: warning: overriding recipe for target 'clean'
tools/Makefile:12: warning: ignoring old recipe for target 'clean'
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -8,7 +8,9 @@ tools/headerversions: FORCE tools/headerversions.o $(CCAN_OBJS)
|
||||
tools/check-bolt: tools/check-bolt.o $(CCAN_OBJS) common/utils.o
|
||||
tools/check-bolt.o: $(CCAN_HEADERS)
|
||||
|
||||
clean:
|
||||
clean: tools-clean
|
||||
|
||||
tools-clean:
|
||||
$(RM) tools/check-bolt tools/*.o
|
||||
$(RM) tools/headerversions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user