Skip to content

Commit 4a6d56b

Browse files
Updated backup location
1 parent 4585349 commit 4a6d56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ clean:
2020
rm -rf ${C_OBJECTS} build
2121

2222
backup:
23-
cp -r ./ $(shell pwd)_bak
23+
cp -rf ./ ../backups.d/$(shell basename `pwd`)
2424

2525
.PHONY: backup clean

0 commit comments

Comments
 (0)