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