Initial cut of the open ath9k htc firmware.
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / build / utility / adjust_dep / Makefile
1 TARGET = ../bin/adj_dep # for Linux environment
2 #TARGET = ../bin/adj_dep.exe            # for CygWin environment
3
4 all: $(TARGET)
5
6 $(TARGET):
7         gcc -o $(TARGET) adj_dep.c
8
9 install:
10         cp adj_dep ../bin
11
12 clean:
13         -rm $(TARGET)