diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x[-rw-r--r--] | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |