summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-x[-rw-r--r--]Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fbd23ca..d9dbf06 100644..100755
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,11 @@
+#!/usr/bin/make -f
+
+CFLAGS = -Oz $(LFLAGS)
+LFLAGS = -Bstatic -s
+
all: english2uryuomoco uryuomoco2english
-.PHONY: all
+clean:
+ rm -rf english2uryuomoco uryuomoco2english
+.PHONY: all clean