X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fmagpie_fw_dev%2Fbuild%2Futility%2Fadjust_dep%2FMakefile;fp=target_firmware%2Fmagpie_fw_dev%2Fbuild%2Futility%2Fadjust_dep%2FMakefile;h=0000000000000000000000000000000000000000;hb=ff66305a044be28464fa0969ea2d605bb268d478;hp=df158d82bc36b8b09728408559501aea0987c670;hpb=60b496560eec004ded92ae4dad43b3d102c6658d;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/magpie_fw_dev/build/utility/adjust_dep/Makefile b/target_firmware/magpie_fw_dev/build/utility/adjust_dep/Makefile deleted file mode 100755 index df158d8..0000000 --- a/target_firmware/magpie_fw_dev/build/utility/adjust_dep/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -TARGET = ../bin/adj_dep # for Linux environment -#TARGET = ../bin/adj_dep.exe # for CygWin environment - -all: $(TARGET) - -$(TARGET): - gcc -o $(TARGET) adj_dep.c - -install: - cp adj_dep ../bin - -clean: - -rm $(TARGET)