added libjson-c. added driver, webinterface and userspace daemon for the
[openwrt.git] / package / fonera-mp3 / src / cgi / Makefile
1 PROGS = mp3.cgi
2
3 OBJS = main.o
4
5
6 all: $(PROGS)
7 $(PROGS):
8 $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $(PROGS) main.c $(LDLIBS)
9 $(STRIP) $(PROGS)
10
11 clean:
12 rm -f $(PROGS) *.o core
13
This page took 0.04197 seconds and 5 git commands to generate.