This website works better with JavaScript.
Home
Explore
Impressum/About...
Help
Sign In
mirror
/
genann
mirror of
https://github.com/codeplea/genann
Watch
2
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
Makefile: Add test and example programs to clean target
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
pull/8/head
Andrew Jeffery
3 years ago
parent
01511920e2
commit
ad8bbaa979
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
Makefile
+ 1
- 3
Makefile
View File
@ -1,10 +1,8 @@
CFLAGS
=
-Wall -Wshadow -O2 -g
LDLIBS
=
-lm
all
:
test
example
1
example
2
example
3
example
4
test
:
test
.
o
genann
.
o
check
:
test
@ -21,5 +19,5 @@ example4: example4.o genann.o
clean
:
$(
RM
)
*.o
$(
RM
)
*.exe
$(
RM
)
test
example1 example2 example3 example4
*.exe
$(
RM
)
persist.txt
Write
Preview
Loading…
Cancel
Save