Re-generate the Makefiles
This commit is contained in:
parent
a6724f119e
commit
f7eab4d628
3
Makefile
3
Makefile
|
@ -1,6 +1,9 @@
|
||||||
PACKAGE = libSystem
|
PACKAGE = libSystem
|
||||||
VERSION = 0.4.1
|
VERSION = 0.4.1
|
||||||
SUBDIRS = data doc include src tests tools
|
SUBDIRS = data doc include src tests tools
|
||||||
|
OBJDIR =
|
||||||
|
PREFIX = /usr/local
|
||||||
|
DESTDIR =
|
||||||
MKDIR = mkdir -m 0755 -p
|
MKDIR = mkdir -m 0755 -p
|
||||||
INSTALL = install
|
INSTALL = install
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
|
Loading…
Reference in New Issue
Block a user