summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2007-12-09 18:44:03 +0200
committerLars Wirzenius <liw@iki.fi>2007-12-09 18:44:03 +0200
commit581da61ff674f9d3199e14cb71996631d92d6405 (patch)
treea647f236a7a2d6356e28ae5a1a1bd4c08f1f79d8 /Makefile
downloadextrautils-581da61ff674f9d3199e14cb71996631d92d6405.tar.gz
Added isascii.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..a3d753f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+progs = isascii
+
+all: $(progs)