diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 7ca6edb..5fa2be0 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ RM = rm -f all: cptc cptc: $(OBJS) + $(CC) -o $@ $^ $(LDFLAGS) clean: $(RM) cptc *.o |