mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-11 20:26:50 +02:00
Add bin/theme to Makefile
This commit is contained in:
parent
4ec6e3009a
commit
0041662633
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
SOURCES = bin/maid bin/serv bin/pass bin/mktex
|
||||
SOURCES = bin/maid bin/serv bin/pass bin/mktex bin/theme
|
||||
|
||||
.PHONY: all
|
||||
all: $(SOURCES)
|
||||
@ -27,3 +27,5 @@ bin/pass: src/pass.cr
|
||||
bin/mktex: src/mktex.cr
|
||||
crystal build $^ -o $@ $(FLAGS)
|
||||
|
||||
bin/theme: src/theme.cr lib/theme.cr
|
||||
crystal build $< -o $@ $(FLAGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user