comparison ueda/sverp-bind/Makefile @ 16:65a515c20db8

unet-bind: starpoint entry implemented
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 02 Aug 2015 01:12:18 +0000
parents 068ea2458c5d
children 1d4c693b8f35
comparison
equal deleted inserted replaced
15:c59f52e4bacf 16:65a515c20db8
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= enterinst.o insthash.o main.o outcomp.o 3 OBJS= enterinst.o insthash.o main.o outcomp.o starpoints.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}