summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-02-13 03:19:17 -0600
committerKamil Kaminski <kamilkss@gmail.com>2011-02-13 03:19:17 -0600
commit2cf68a5a02f025ce163f99908bd2b768692ad673 (patch)
tree2f43f741606440e06b4123d59858b3cd226c2cdd /Makefile
parent6b9ca0f16a0a4b6eca1a2f7c1ee000de2289aa93 (diff)
downloadsandbox-2cf68a5a02f025ce163f99908bd2b768692ad673.tar.gz
sandbox-2cf68a5a02f025ce163f99908bd2b768692ad673.tar.bz2
sandbox-2cf68a5a02f025ce163f99908bd2b768692ad673.zip
add few more files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a52efa..5c2f6c5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
BINS = ascii class depipe_strings dup fpipe pipe realloc strpbrk strsep \
- tokenizer getopt
+ tokenizer getopt prime_mask
CC = gcc
DBGFLAGS = -g -O0
ifdef DEBUG