mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
12 lines
131 B
Makefile
12 lines
131 B
Makefile
|
|
all: install update
|
|
|
|
install:
|
|
@cask install
|
|
|
|
update:
|
|
@cask update
|
|
|
|
clean:
|
|
@rm -f init.elc {core,modules,private,contrib}/*.elc
|