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