aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: eb9910d3cd43f49dbc8e55add9e3bea6f1e7a016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include target/linux/port.mk
#include target/freebsd/port.mk

all: help

help:
	@echo Possible build options:
	@echo
	@make -s linux-help
	@#make -s freebsd-help

.PHONY: help