diff options
Diffstat (limited to 'api_examples/Makefile')
-rw-r--r-- | api_examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api_examples/Makefile b/api_examples/Makefile index 5812bcd..cb49a9e 100644 --- a/api_examples/Makefile +++ b/api_examples/Makefile @@ -71,7 +71,7 @@ $(BIN): $(obj)%.bin: $(obj)% $(OBJCOPY) -O binary $< $@ 2>/dev/null -$(obj)crc32.c: +$(obj)crc32.c: @rm -f $(obj)crc32.c ln -s $(src)../lib_generic/crc32.c $(obj)crc32.c |