mirror of
https://github.com/codeplea/genann.git
synced 2026-09-17 06:23:43 +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
|
||||
|
||||
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
|
||||
|
||||
check: test
|
||||
@@ -30,6 +21,6 @@ clean:
|
||||
$(RM) test example1 example2 example3 example4 *.exe
|
||||
$(RM) persist.txt
|
||||
|
||||
.PHONY: sigmoid threshold linear clean
|
||||
.PHONY: clean
|
||||
|
||||
-include $(wildcard *.d)
|
||||
|
||||
Reference in New Issue
Block a user