git » fp-git.git » commit b820060

bugfix

author gazer
2005-01-17 00:46:18 UTC
committer gazer
2005-01-17 00:46:18 UTC
parent a1365f2510ed932b8afd4ec63bc646c5ba4b38af

bugfix

FP/src/Makefile +1 -1

diff --git a/FP/src/Makefile b/FP/src/Makefile
index e3c6c08..76d8498 100644
--- a/FP/src/Makefile
+++ b/FP/src/Makefile
@@ -85,7 +85,7 @@ $(EXEFILE): $(OBJFILES)
 # program checks  #
 ###################
 
-check: checkcompiler checksdl checkawk
+checks: checkcompiler checksdl checkawk
 
 checkcompiler:
 	$(INFO) Checking C compiler...