ergodox-firmware/src/makefile

18 lines
605 B
Makefile
Raw Normal View History

# -----------------------------------------------------------------------------
# This is a stub at the moment, but I'm keeping it separate so I can mess with
# it later without changing the original
# -----------------------------------------------------------------------------
# Copyright (c) 2012 Ben Blazak
# Released under The MIT License (MIT) (see "license.md") at
# <https://github.com/benblazak/ergodox-firmware>
# -----------------------------------------------------------------------------
.PHONY: all clean
all:
make -f lib/teensy-makefile all
clean:
make -f lib/teensy-makefile clean