Makefile updated

This commit is contained in:
oblique 2012-03-03 07:45:27 +02:00
parent 8e80a4f908
commit c8e9e15f65

@ -1,6 +1,8 @@
PREFIX ?= /usr/local
CC = $(CROSS_COMPILE)gcc
OBJS = src/wificurse.o src/iw.o src/dev.o src/error.o src/console.o
SRCS = $(wildcard src/*.c)
OBJS = $(SRCS:%.c=%.o)
.PHONY: clean all install