new program to display ascii table
[ascii.git] / makefile
index 40cfde7c33adb4477999621f99273f4e539a26f2..c98ce70f99931118b7f99c8e1aa8da1749d3df7b 100644 (file)
--- a/makefile
+++ b/makefile
@@ -18,6 +18,7 @@ LDFLAGS += -g
 
 ALLEXE  =
 ALLEXE += calc
+ALLEXE += ascii
 ALLEXE += skel
 
 SHELL = bash