Mainly just moved configs to new CONFIG directory format
This commit is contained in:
5
Makefile
5
Makefile
@@ -18,7 +18,7 @@ DESC = Base system directories and files
|
||||
ARCHIVE :=
|
||||
SRCDIR := $(PWD)/SRC/snap-base
|
||||
PATCHDIR := $(PWD)/SRC/patches
|
||||
VERSION := 0.0alpha1-7
|
||||
VERSION := 0.0alpha1-8
|
||||
|
||||
include /usr/share/snap/Makefile.snaplinux
|
||||
|
||||
@@ -35,4 +35,5 @@ clean:
|
||||
@rm -rvf $(ROOT) \
|
||||
$(SNAPINFO) \
|
||||
$(MANIFEST) \
|
||||
$(FILES)
|
||||
$(FILES) \
|
||||
$(CONFIG)
|
||||
|
||||
Reference in New Issue
Block a user