Skip to content

Commit

Permalink
Makefile: add RM, LN and SYMLINK macros
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Wieczorkiewicz <[email protected]>
  • Loading branch information
wipawel committed Aug 9, 2021
1 parent d851b76 commit e245798
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ LD := ld
NM := nm
PYTHON := python
SHELL := bash
RM := rm
LN := ln
SYMLINK := $(LN) -s -f

GRUB_FILE := grub-file
GRUB_MKIMAGE := grub-mkimage
Expand Down

0 comments on commit e245798

Please sign in to comment.