projects
/
libside.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Implement std.integer.base (display base 2, 8, 10, 16)
[libside.git]
/
Makefile
Commit
Line
Data
f611d0c3
1
SUBDIRS := src/
e5540b2a
2
f611d0c3
MD
3
all: $(SUBDIRS)
4
$(SUBDIRS):
5
$(MAKE) -C $@
e5540b2a
6
bdc39c09
MD
7
clean:
8
$(MAKE) clean -C src/
9
10
.PHONY: all $(SUBDIRS) clean clean-$(SUBDIRS)
This page took
0.02283 seconds
and
4
git commands to generate.