etrax should not select foxboard-utils by default as the package is now in the packag...
[openwrt/staging/chunkeey.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