FreeCalypso > hg > ueda-linux
view ueda/libunet/Makefile @ 27:d14bf25b5e26
unet-destar: forgot to call find_net_comment_column()
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Thu, 06 Aug 2015 20:40:19 +0000 |
| parents | 73abf2c13884 |
| children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 LIBOBJS=nethash.o unetrd.o all: libunet.a libunet.a: ${LIBOBJS} ar rcu $@ ${LIBOBJS} ranlib $@ clean: rm -f *.[ao] a.out core errs install:
