summaryrefslogtreecommitdiff
path: root/Makefile
blob: ee98f2747fdab251c60c6fd40ff577ceb5d19779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

all: grub grub-dev

grub:
	$(MAKE) -f grub-Makefile

grub-dev:
	$(MAKE) -f grub-dev-Makefile

.PHONY: clean
clean:
	$(MAKE) clean -f grub-Makefile
	$(MAKE) clean -f grub-dev-Makefile