X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2FMakefile;h=275275e2566936ff886d2f6f481e0a5825765b04;hb=b55df2367170f6f30d2d95d518626d7a2ef06333;hp=7567e7b84d920198faeb146e5dbf23697e2dfedc;hpb=38518c9efa04fe598979fcf152460255669bbea7;p=rrq%2Foverlay-boot.git diff --git a/src/Makefile b/src/Makefile index 7567e7b..275275e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,6 +8,7 @@ CFLAGS = -Wall -static -O3 -flto reaper: reaper.c $(CC) $(CFLAGS) -o $@ $^ + strip $@ clean: rm -f reaper