Code Search for Developers
 
 
  

Makefile from openap at Krugle


Show Makefile syntax highlighted

CFLAGS = -Os -Wall
LDFLAGS = -s

TARGETS = update
INSTALL = install

all: $(TARGETS)
        
install:
	$(INSTALL) -d $(IMAGE_DIR)/sbin
	$(INSTALL) update $(IMAGE_DIR)/sbin

clean:
	rm -f *.o $(TARGETS)




See more files for this project here

openap

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

  facility/
    rules
  Makefile
  update.c