source: CIVL/examples/complex/Makefile@ 478ca9e

2.0 acw/focus-triggers main
Last change on this file since 478ca9e was 478ca9e, checked in by Stephen Siegel <siegel@…>, 2 weeks ago

Working on Complex Transformer. A few remnants of the $state type found
and being deleted.

  • Property mode set to 100644
File size: 256 bytes
Line 
1
2all:
3
4
5verify_complex_basics: complex_basics.c
6 civl verify $<
7
8run_complex_basics: complex_basics.c
9 cc -o complex_basics.exec $<
10 ./complex_basics.exec
11
12
13clean:
14 rm -rf *.exec *~ CIVLREP a.out
15
16_PHONY: verify_complex_basics run_complex_basics clean all
Note: See TracBrowser for help on using the repository browser.