diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 498fd08..fb51c92 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,4 @@ clean: cptc: $(OBJS) -.PHONY: all utils clean +.PHONY: all clean |