FreeCalypso > hg > ueda-linux
comparison ueda/sverp-bind/Makefile @ 14:068ea2458c5d
unet-bind: instance entry implemented
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 02 Aug 2015 00:34:30 +0000 |
parents | 1f3283f8e482 |
children | 65a515c20db8 |
comparison
equal
deleted
inserted
replaced
13:1f3283f8e482 | 14:068ea2458c5d |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= insthash.o main.o outcomp.o | 3 OBJS= enterinst.o insthash.o main.o outcomp.o |
4 LIBS= ../libueda/libueda.a | 4 LIBS= ../libueda/libueda.a |
5 PROG= unet-bind | 5 PROG= unet-bind |
6 BINDIR= /usr/local/bin | 6 BINDIR= /usr/local/bin |
7 | 7 |
8 all: ${PROG} | 8 all: ${PROG} |