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