mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-21 17:32:47 +01:00
Update Makefile
This commit is contained in:
parent
8ae8251d0a
commit
02a601b739
7
Makefile
7
Makefile
@ -31,9 +31,12 @@ coffees= src/core/core.coffee\
|
||||
|
||||
packages = CoreServices NotePad wTerm ActivityMonitor Files MarkOn MarketPlace Preview Setting
|
||||
|
||||
main: build_coffees build_tags build_themes schemes libs build_packages languages
|
||||
main: initd build_coffees build_tags build_themes schemes libs build_packages languages
|
||||
- cp src/index.html $(BUILDDIR)/
|
||||
|
||||
initd:
|
||||
- mkdir -p $(BUILDDIR)
|
||||
|
||||
lite: build_coffee build_tag build_theme schemes build_packages
|
||||
#%.js: %.coffee
|
||||
# coffee --compile $<
|
||||
@ -138,4 +141,4 @@ uglify:
|
||||
release: main uglify
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILDDIR)/*
|
||||
rm -rf $(BUILDDIR)/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user