aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6a69d3..a338c66 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ RPM=$(HOME)/rpm
#override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
all: transfug_oe
- #for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
+# for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
transfug_oe: transfug_oe.c
$(CC) $(CFLAGS) -o transfug_oe transfug_oe.c