diff options
author | Camil Staps | 2015-07-06 21:06:51 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-06 21:06:51 +0200 |
commit | 4a31652c90eb68344b189d3885b110511d8db73b (patch) | |
tree | e0c3d33ca11ca7e8551f81b05004bd3039cb2820 /test_state/Makefile | |
parent | gtk test (diff) |
Test state
Diffstat (limited to 'test_state/Makefile')
-rw-r--r-- | test_state/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test_state/Makefile b/test_state/Makefile new file mode 100644 index 0000000..70d8fbe --- /dev/null +++ b/test_state/Makefile @@ -0,0 +1,7 @@ +all: + htoclean test_state.h + cc -O -c test_state.c + clm -l test_state.o test_state_test -o test_state_test + +run: + ./test_state_test |