Setting up repository
[linux-libre-firmware.git] / ath9k_htc / sboot / 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)