X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=e33313e6ec50b8877b8c3e34ea2506888bf45292;hb=8a8558dfc350661e2f9af3a0e3a41be7e2cd8154;hp=780114a775b05b678f60d2200b509d36eff686d3;hpb=c2e595ca487b9eb5c1e1bc2ecf89b86fbb1c1821;p=zpackage diff --git a/Makefile b/Makefile index 780114a..e33313e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ CFLAGS=-Wall -std=c99 +programs: elftype soname + elftype: elf/elftype.c $(CC) $(CFLAGS) -o $@ $+