rework workarounds for crypto modules renamed in 2.6.24 & 2.6.25, add workaround...
[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.051677 seconds and 5 git commands to generate.