diff --git a/software/iwconfig/.gitignore b/software/iwconfig/.gitignore index 2cfa0c1..3fd67f3 100644 --- a/software/iwconfig/.gitignore +++ b/software/iwconfig/.gitignore @@ -4,4 +4,4 @@ *.bin *.def -iwconfig +IWCONFIG diff --git a/software/iwconfig/Makefile b/software/iwconfig/Makefile index 04f4f94..4757207 100644 --- a/software/iwconfig/Makefile +++ b/software/iwconfig/Makefile @@ -5,11 +5,11 @@ include ../../sdk/common.mk .PHONY: all -all: iwconfig +all: IWCONFIG -iwconfig: iwconfig.c +IWCONFIG: iwconfig.c zcc +zx -vn -startup=30 -clib=new $< -SO3 -o $@ -subtype=dot -create-app .PHONY: clean clean: - rm -f *.bin *.def iwconfig + rm -f *.bin *.def IWCONFIG