forked from erkkah/tigr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
33 lines (28 loc) · 822 Bytes
/
Makefile
File metadata and controls
33 lines (28 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.PHONY: prepare
prepare: lib/github.com/diku-dk/sml-random
$(MAKE) -C src
$(MAKE) -C lib/github.com/diku-dk/sml-tigr/clib lib
.PHONY: test
test: prepare
$(MAKE) -C lib/github.com/diku-dk/sml-tigr/test
$(MAKE) -C ci ci && (cd ci; ./ci 1)
$(MAKE) -C sml-examples/hello
$(MAKE) -C sml-examples/flags
$(MAKE) -C sml-examples/mandel
$(MAKE) -C sml-examples/nbody
$(MAKE) -C sml-examples/ray
.PHONY: clean
clean:
rm -rf *~ *.so *.o
$(MAKE) -C lib/github.com/diku-dk/sml-tigr clean
$(MAKE) -C ci clean
$(MAKE) -C sml-examples/hello clean
$(MAKE) -C sml-examples/flags clean
$(MAKE) -C sml-examples/mandel clean
$(MAKE) -C sml-examples/nbody clean
$(MAKE) -C sml-examples/ray clean
.PHONY: realclean
realclean: clean
rm -rf lib/github.com/diku-dk/sml-random
lib/github.com/diku-dk/sml-random:
smlpkg sync