Re-generated Makefiles
This commit is contained in:
parent
a6cc6ae07a
commit
b4412578af
6
Makefile
6
Makefile
|
@ -1,9 +1,9 @@
|
|||
PACKAGE = scripts
|
||||
VERSION = 0.0.0
|
||||
SUBDIRS = src targets
|
||||
RM ?= rm -f
|
||||
LN ?= ln -f
|
||||
TAR ?= tar -czvf
|
||||
RM = rm -f
|
||||
LN = ln -f
|
||||
TAR = tar -czvf
|
||||
|
||||
|
||||
all: subdirs
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PREFIX = /usr/local
|
||||
DESTDIR =
|
||||
MKDIR ?= mkdir -p
|
||||
INSTALL ?= install
|
||||
RM ?= rm -f
|
||||
MKDIR = mkdir -p
|
||||
INSTALL = install
|
||||
RM = rm -f
|
||||
|
||||
|
||||
all:
|
||||
|
|
Loading…
Reference in New Issue
Block a user