commit 07b012b6529ddca3385618900328b77cfa73c5ba
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Mon Oct 5 20:47:53 2015 +0200
Commit: Roberto E. Vargas Caballero <[email protected]>
CommitDate: Mon Oct 5 20:47:53 2015 +0200
Fix name of cpp in Makefile
diff --git a/cc1/Makefile b/cc1/Makefile
index 1a193c0..eb5b710 100644
--- a/cc1/Makefile
+++ b/cc1/Makefile
@@ -13,7 +13,7 @@ cc1: $(OBJS) ../lib/libcc.a
$(CC) $(LDFLAGS) $(OBJS) ../lib/libcc.a -o $@
cpp: cc1
- ln cc1 ccp
+ ln cc1 cpp
test:
cd tests && ./chktest.sh