Show Makefile syntax highlighted
CFLAGS=-Wall -g
all: bidi tap
clean:
rcsclean *
rm -f *~
rm -f bidi
rm -f tap
bidi: bidi.c
$(CC) $(CFLAGS) -o $@ $<
tap: tap.c
$(CC) $(CFLAGS) -o $@ $<
See more files for this project here
OpenAP is the complete distribution of open-source software that is required to produce a fully 802.11b compliant wireless access point. OpenAP is also a platform on which developers and hobbyists may realize their ideas. Since the build environment and s
Project homepage:
http://savannah.nongnu.org/projects/openap
Programming language(s): Assembly,C
License: gpl2
Makefile
README
bidi.c
tap.c