1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-16 20:24:07 +02:00
gluon-packages/net/uradvd/src/Makefile
2015-08-19 21:30:33 +02:00

5 lines
100 B
Makefile

all: uradvd
uradvd: uradvd.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -Wall -o $@ $^ $(LDLIBS) -lrt