]> git.gir.st - hardpass.git/blob - oled/Makefile
use realistic colors for 5.2mm tact switches
[hardpass.git] / oled / Makefile
1 all:
2 g++ -Ofast -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -Wall -lArduiPi_OLED -Wno-write-strings oled_menu.cpp -o oled_menu
3 g++ -Ofast -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -Wall -lArduiPi_OLED -Wno-write-strings oled_passwd.cpp -o oled_passwd
4 g++ -Ofast -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -Wall -lArduiPi_OLED -Wno-write-strings oled_clear.cpp -o oled_clear
5 run:
6 ./run.sh
7
8
Imprint / Impressum