ergodox-firmware/makefile

17 lines
352 B
Makefile
Raw Permalink Normal View History

# -----------------------------------------------------------------------------
# makefile for the ergoDOX project
# -----------------------------------------------------------------------------
2012-06-13 01:11:18 +02:00
2015-12-14 01:28:13 +01:00
.PHONY: all clean firmware layout
2015-12-09 11:46:03 +01:00
all: firmware
clean:
2015-12-09 11:46:03 +01:00
cd src; $(MAKE) clean
2015-12-14 01:28:13 +01:00
firmware: clean layout
2015-12-09 11:46:03 +01:00
cd src; $(MAKE) all
2015-12-14 01:28:13 +01:00
layout:
./generate_layout.rb