mirror of
https://github.com/codeplea/genann.git
synced 2026-09-17 14:33:36 +00:00
Remove sigmoid, threshold, and linear Makefile targets
This commit is contained in:
11
Makefile
11
Makefile
@@ -3,15 +3,6 @@ LDLIBS = -lm
|
|||||||
|
|
||||||
all: check example1 example2 example3 example4
|
all: check example1 example2 example3 example4
|
||||||
|
|
||||||
sigmoid: CFLAGS += -Dgenann_act=genann_act_sigmoid_cached
|
|
||||||
sigmoid: all
|
|
||||||
|
|
||||||
threshold: CFLAGS += -Dgenann_act=genann_act_threshold
|
|
||||||
threshold: all
|
|
||||||
|
|
||||||
linear: CFLAGS += -Dgenann_act=genann_act_linear
|
|
||||||
linear: all
|
|
||||||
|
|
||||||
test: test.o genann.o
|
test: test.o genann.o
|
||||||
|
|
||||||
check: test
|
check: test
|
||||||
@@ -30,6 +21,6 @@ clean:
|
|||||||
$(RM) test example1 example2 example3 example4 *.exe
|
$(RM) test example1 example2 example3 example4 *.exe
|
||||||
$(RM) persist.txt
|
$(RM) persist.txt
|
||||||
|
|
||||||
.PHONY: sigmoid threshold linear clean
|
.PHONY: clean
|
||||||
|
|
||||||
-include $(wildcard *.d)
|
-include $(wildcard *.d)
|
||||||
|
|||||||
Reference in New Issue
Block a user